TT12-MCU/applications/usrcfg.h
murmur e35670b6a9 添加demo板兼容逻辑
添加规则处理函数(未测试)
添加总usrcfg.h文件
2023-06-02 10:23:26 +08:00

18 lines
378 B
C

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2023-06-02 murmur the first version
*/
#ifndef APPLICATIONS_USRCFG_H_
#define APPLICATIONS_USRCFG_H_
#define FILE_IS_OK 1
#define TIMER_IS_OUT 1<<1
#define TT_IS_OK 1<<2
#endif /* APPLICATIONS_USRCFG_H_ */