TT12-MCU/applications/demo.c
murmur bbea30ec53 pack_File 初步解决报错问题
添加 miniIni 库
2023-05-29 20:49:30 +08:00

20 lines
345 B
C

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2023-05-18 murmur the first version
*/
#include <rtthread.h>
#define LOG_TAG "cfg"
#define LOG_LVL LOG_LVL_DBG
#include <ulog.h>
#include <cJSON.h>
#include <dfs_file.h>