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

This commit is contained in:
Peter Johanson 2022-08-03 20:24:45 -04:00 committed by Pete Johanson
parent a6ebdb7180
commit c3d06b22c8

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