mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Increase the stack sizes in the IAR / MSP430X demo.
This commit is contained in:
parent
fb18eeb96c
commit
7a337142ff
4 changed files with 13 additions and 13 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue