1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-11-16 14:09:51 +00:00

Fix build error.

This commit is contained in:
kivr 2022-03-22 00:11:22 -06:00
parent 2d8ee404e6
commit 78b0e41211

View File

@ -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