mirror of https://github.com/zmkfirmware/zmk.git
fix(core): Bump system work queue stack on RP2040.
This commit is contained in:
parent
a6ebdb7180
commit
c3d06b22c8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue