From 24936cc4e5ddab9682d0add308f524140fcd3f23 Mon Sep 17 00:00:00 2001 From: liquidraver <504870+liquidraver@users.noreply.github.com> Date: Tue, 21 Jul 2026 19:02:17 +0200 Subject: [PATCH] fix M9 debug build --- zephcore/boards/esp32/thinknode_m9/sd_quiesce.c | 2 +- zephcore/helpers/input/stc8h_keypad.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zephcore/boards/esp32/thinknode_m9/sd_quiesce.c b/zephcore/boards/esp32/thinknode_m9/sd_quiesce.c index b3e8046..0e8770e 100644 --- a/zephcore/boards/esp32/thinknode_m9/sd_quiesce.c +++ b/zephcore/boards/esp32/thinknode_m9/sd_quiesce.c @@ -51,7 +51,7 @@ #include #include -LOG_MODULE_REGISTER(m9_sd_quiesce, CONFIG_ZEPHCORE_LOG_LEVEL); +LOG_MODULE_REGISTER(m9_sd_quiesce, CONFIG_ZEPHCORE_BOARD_LOG_LEVEL); /* SD CS is GPIO48 = gpio1 pin 16. No DT node describes the slot — the base * board DTS only parks this pin with a gpio-hog. */ diff --git a/zephcore/helpers/input/stc8h_keypad.c b/zephcore/helpers/input/stc8h_keypad.c index 6086f71..77be9f0 100644 --- a/zephcore/helpers/input/stc8h_keypad.c +++ b/zephcore/helpers/input/stc8h_keypad.c @@ -43,7 +43,7 @@ #include "zephcore_input_ascii.h" #include -LOG_MODULE_REGISTER(stc8h_keypad, CONFIG_ZEPHCORE_LOG_LEVEL); +LOG_MODULE_REGISTER(stc8h_keypad, CONFIG_ZEPHCORE_BOARD_LOG_LEVEL); /* Register map — see dts/bindings/input/zephcore,stc8h-keypad.yaml */ #define STC8H_REG_BATTERY 0x01 /* 0x01..0x04, little-endian millivolts */