Skip to content

Commit

Permalink
fix(tests): Revert default to previous formatter.
Browse files Browse the repository at this point in the history
* new cbprintf formatter causes issues for our use of string formatting.

See: zephyrproject-rtos/zephyr#29876
PR: zmkfirmware#736
  • Loading branch information
petejohanson authored and Luberry committed Nov 30, 2021
1 parent ab898b5 commit f41c23b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,11 @@ config ZMK_WPM
config SENSOR
default y

choice CBPRINTF_IMPLEMENTATION
default CBPRINTF_NANO

endchoice

module = ZMK
module-str = zmk
source "subsys/logging/Kconfig.template.log_config"
Expand Down

0 comments on commit f41c23b

Please sign in to comment.