samples: microbit/pong: Increase ISR stack size
The stuff that the GPIO button callback does (in particular the printk calls) requires more stack space from the ISR stack. Increase it to 1k from the default 640. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
3357813373
commit
0b16e8ada5
|
@ -1,3 +1,4 @@
|
|||
CONFIG_ISR_STACK_SIZE=1024
|
||||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_CENTRAL=y
|
||||
CONFIG_BLUETOOTH_PERIPHERAL=y
|
||||
|
|
Loading…
Reference in New Issue