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

21 lines
151 B
C

/*
* Main_APP.c
*
* Created on: Aug 6, 2021
* Author: wuwenfeng
*/
#include "LCD.h"
void main_app()
{
LCDx_Init();
while(1)
{
}
}