fix M9 debug build

This commit is contained in:
liquidraver
2026-07-21 19:02:17 +02:00
parent 02d9fa4ab8
commit 24936cc4e5
2 changed files with 2 additions and 2 deletions
@@ -51,7 +51,7 @@
#include <string.h>
#include <zephyr/logging/log.h>
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. */
+1 -1
View File
@@ -43,7 +43,7 @@
#include "zephcore_input_ascii.h"
#include <zephyr/logging/log.h>
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 */