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:
Pete Johanson 2021-03-22 15:13:06 -04:00
parent 2a69f31eb0
commit 6c23bb5c11

View File

@ -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"