1 
2 /*
3  * Copyright (c) 2006-2021, RT-Thread Development Team
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  *
7  * Change Logs:
8  * Date           Author       Notes
9  * 2017-10-10     Tanek        first version
10  */
11 
12 #include <rtthread.h>
13 
main(void)14 int main(void)
15 {
16     return 0;
17 }
18 
19 /*@}*/
20