mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-13 04:32:52 +00:00
9 lines
95 B
C
9 lines
95 B
C
![]() |
#include "HAL.h"
|
||
|
#include "APP.h"
|
||
|
int main()
|
||
|
{
|
||
|
HAL_Init();
|
||
|
APP_Init();
|
||
|
return 0;
|
||
|
}
|