2021-08-06 17:22:11 +08:00

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;
}
/*@}*/