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
  • Loading branch information
petejohanson authored and crides committed Jul 15, 2021
1 parent 8714937 commit 24a8bab
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 @@ -419,6 +419,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 24a8bab

Please sign in to comment.