diff options
Diffstat (limited to 'demos/PPC-SPC563-GCC/chconf.h')
-rw-r--r-- | demos/PPC-SPC563-GCC/chconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/PPC-SPC563-GCC/chconf.h b/demos/PPC-SPC563-GCC/chconf.h index ee9a82aeb..557c2a5a1 100644 --- a/demos/PPC-SPC563-GCC/chconf.h +++ b/demos/PPC-SPC563-GCC/chconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -400,7 +400,7 @@ * @brief Debug option, stacks initialization.
* @details If enabled then the threads working area is filled with a byte
* value when a thread is created. This can be useful for the
- * runtime measurement of the used stack. + * runtime measurement of the used stack.
*
* @note The default is @p FALSE.
*/
|