From 78b0e4121147f513fcb1cebcf0e94d9ef76301bb Mon Sep 17 00:00:00 2001 From: kivr Date: Tue, 22 Mar 2022 00:11:22 -0600 Subject: [PATCH] Fix build error. --- source/Sysmodule/source/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Sysmodule/source/log.h b/source/Sysmodule/source/log.h index f52eece..a85f77e 100644 --- a/source/Sysmodule/source/log.h +++ b/source/Sysmodule/source/log.h @@ -1,6 +1,6 @@ #pragma once -#include "config_handler.h" +#define CONFIG_PATH "/config/sys-con/" #define LOG_PATH CONFIG_PATH "log.txt" #ifdef __cplusplus