main.c 482 B

12345678910111213141516171819
  1. /**************************************************************************//**
  2. * @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2020-1-16 Wayne First version
  9. *
  10. ******************************************************************************/
  11. #include <stdio.h>
  12. #include <stdlib.h>
  13. #include <rtthread.h>
  14. int main(int argc, char **argv)
  15. {
  16. return 0;
  17. }