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 */