diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-11-19 13:44:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-11-19 13:44:24 +0000 |
commit | ba20b5cd23ae74c1f4f925b7b8d3a84dbd42fd9e (patch) | |
tree | faae635414453d25148f51d20454c636685eb86b /demos | |
parent | b3361bd0e8ca074dbf7f312a87bbcdbf0019ebc7 (diff) | |
download | ChibiOS-ba20b5cd23ae74c1f4f925b7b8d3a84dbd42fd9e.tar.gz ChibiOS-ba20b5cd23ae74c1f4f925b7b8d3a84dbd42fd9e.tar.bz2 ChibiOS-ba20b5cd23ae74c1f4f925b7b8d3a84dbd42fd9e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@98 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/chcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chcore.h b/demos/ARM7-LPC214x-GCC/chcore.h index 268cae39b..5217e30f6 100644 --- a/demos/ARM7-LPC214x-GCC/chcore.h +++ b/demos/ARM7-LPC214x-GCC/chcore.h @@ -101,6 +101,7 @@ extern void chSysUnlock(void); (INT_REQUIRED_STACK) + \
(n))
+/* It requires zero bytes, but better be safe.*/
#define IDLE_THREAD_STACK_SIZE 8
void _IdleThread(void *p) __attribute__((noreturn));
|