Files
m3s_stm32/SW_APPs/Main_APP.h
T
2021-08-06 22:33:47 +08:00

14 lines
163 B
C

/*
* Main_APP.h
*
* Created on: Aug 6, 2021
* Author: wuwenfeng
*/
#ifndef MAIN_APP_H_
#define MAIN_APP_H_
void main_app();
#endif /* MAIN_APP_H_ */