1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

cpu/nrf51822: changed ISR stack size to 512 byte

This commit is contained in:
Hauke Petersen 2014-11-04 14:50:44 +01:00
parent 1126128ea9
commit 505e184ee5

View File

@ -39,7 +39,7 @@ MEMORY
}
/* The stack size used by the application. NOTE: you need to adjust */
STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0xa00 ;
STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x200 ;
/* Section Definitions */