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 innovaker committed Jun 19, 2021
1 parent 0eefd84 commit 1d84f8f
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 1d84f8f

Please sign in to comment.