/* * my_main.c * * Created on: 2021年9月17日 * Author: wuwenfeng */ #include "my_main.h" void mymain() { while(1) { } }