Diff: Common/OS_Kernel.h
- Revision:
- 6:74e9f8b6e352
- Parent:
- 5:74ca58837993
- Child:
- 7:6fab7e5aa489
diff -r 74ca58837993 -r 74e9f8b6e352 Common/OS_Kernel.h --- a/Common/OS_Kernel.h Thu Nov 11 10:16:33 2010 +0000 +++ b/Common/OS_Kernel.h Thu Nov 11 10:20:14 2010 +0000 @@ -236,7 +236,7 @@ /** Determine stack usage by looking for change from fill constant * @return The stack size used so far */ - word UsedStackSize(); + word UsedStackSize(); ///< The stack size used so far #endif //DEBUG_STACK OS_PROCESS static void Exec(); ///< Exec method