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