Increase the stack sizes in the IAR / MSP430X demo.

This commit is contained in:
Richard Barry 2011-01-13 19:08:36 +00:00
parent fb18eeb96c
commit 7a337142ff
4 changed files with 13 additions and 13 deletions

View file

@ -86,9 +86,9 @@
#define configUSE_APPLICATION_TASK_TAG 0
#if __DATA_MODEL__ == __DATA_MODEL_SMALL__
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 100 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 110 )
#else
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 70 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 80 )
#endif
/* Co-routine definitions. */