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:
parent
1126128ea9
commit
505e184ee5
@ -39,7 +39,7 @@ MEMORY
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* The stack size used by the application. NOTE: you need to adjust */
|
/* 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 */
|
/* Section Definitions */
|
||||||
|
Loading…
Reference in New Issue
Block a user