Fixed SplConfigItem_HardwareType detection

This commit is contained in:
KazushiM
2022-10-30 01:46:02 +08:00
parent c808daa51f
commit 4eed01f458
3 changed files with 13 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
#include <cstdarg>
#include <sysclk.h>
#define FILE_CONFIG_DIR "/config/sys-clk/"
#define FILE_CONFIG_DIR "/config/sys-clk"
#define FILE_FLAG_CHECK_INTERVAL_NS 5000000000ULL
#define FILE_CONTEXT_CSV_PATH FILE_CONFIG_DIR "/context.csv"
#define FILE_LOG_FLAG_PATH FILE_CONFIG_DIR "/log.flag"