mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-01 19:08:18 +00:00
fix M9 debug build
This commit is contained in:
@@ -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. */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user