refact(sys-clk-oc): change config directory

This commit is contained in:
hanabbi
2023-04-16 05:08:06 +09:00
parent 0d60f56289
commit d2cf257fa4
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
#include <cstdarg>
#include <sysclk.h>
#define FILE_CONFIG_DIR "/config/sys-clk"
#define FILE_CONFIG_DIR "/config/sys-clk-oc"
#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"