Skip to content

Commit e3d8b59

Browse files
committed
fix(tests): Revert default to previous formatter.
* new cbprintf formatter causes issues for our use of string formatting. See: zephyrproject-rtos/zephyr#29876
1 parent bb8a190 commit e3d8b59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: app/Kconfig

+5
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,11 @@ config ZMK_WPM
419419
config SENSOR
420420
default y
421421

422+
choice CBPRINTF_IMPLEMENTATION
423+
default CBPRINTF_NANO
424+
425+
endchoice
426+
422427
module = ZMK
423428
module-str = zmk
424429
source "subsys/logging/Kconfig.template.log_config"

0 commit comments

Comments
 (0)