summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2021-03-22 15:13:06 -0400
committerPete Johanson <peter@peterjohanson.com>2021-07-17 17:04:25 -0400
commit6c23bb5c117edddb4a1321c63dfc641d013687b1 (patch)
treee928613615ed4717fb6899a67ccf37c8d8ea949f /app
parent2a69f31eb0d3af1290152afb1517142100b3316d (diff)
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
Diffstat (limited to 'app')
-rw-r--r--app/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig
index f4a316b..68363d5 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -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"