Files at this revision

API Documentation at this revision

Comitter:
segundo
Date:
Thu Nov 11 09:52:59 2010 +0000
Parent:
0:d7810ff946c1
Child:
2:bf07aada100e
Commit message:

Changed in this revision

Common/OS_Kernel.h Show annotated file Show diff for this revision Revisions of this file
--- a/Common/OS_Kernel.h	Thu Nov 11 09:47:38 2010 +0000
+++ b/Common/OS_Kernel.h	Thu Nov 11 09:52:59 2010 +0000
@@ -250,7 +250,9 @@
         {
         }
 #ifdef DEBUG_STACK
-// Determine stack usage by looking for change from fill constant
+/** Determine stack usage by looking for change from fill constant
+ * @return The stack size used so far
+ */
 template<TPriority pr, word stack_size>
 word process<pr,stack_size>::UsedStackSize()
 {