mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-12 12:22:53 +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;
|
|
}
|