fix(tests): Revert default to previous formatter.
* new cbprintf formatter causes issues for our use of string formatting. See: https://github.com/zephyrproject-rtos/zephyr/pull/29876 PR: https://github.com/zmkfirmware/zmk/pull/736
This commit is contained in:
parent
2a69f31eb0
commit
6c23bb5c11
1 changed files with 5 additions and 0 deletions
|
@ -419,6 +419,11 @@ config ZMK_WPM
|
||||||
config SENSOR
|
config SENSOR
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
choice CBPRINTF_IMPLEMENTATION
|
||||||
|
default CBPRINTF_NANO
|
||||||
|
|
||||||
|
endchoice
|
||||||
|
|
||||||
module = ZMK
|
module = ZMK
|
||||||
module-str = zmk
|
module-str = zmk
|
||||||
source "subsys/logging/Kconfig.template.log_config"
|
source "subsys/logging/Kconfig.template.log_config"
|
||||||
|
|
Loading…
Reference in a new issue