fix(core): Bump system work queue stack on RP2040.

This commit is contained in:
Peter Johanson 2022-08-03 20:24:45 -04:00
parent 3a9216fb98
commit a654b2d0a4

View file

@ -121,6 +121,7 @@ menuconfig ZMK_BLE
if ZMK_BLE
config SYSTEM_WORKQUEUE_STACK_SIZE
default 4096 if SOC_RP2040
default 2048
config ZMK_BLE_THREAD_STACK_SIZE