rt-thread-official/bsp/thead-smart/applications/main.c

20 lines
273 B
C

/*
* Copyright (C) 2017-2019 Alibaba Group Holding Limited
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-08-20 zx.chen first version
*/
#include <rtthread.h>
int main(void)
{
return 0;
}
/*@}*/