From e7896965448185d9c43ecaa73476ced7b9cde7ce Mon Sep 17 00:00:00 2001 From: "lxbpxylps@126.com" Date: Wed, 6 Oct 2021 00:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- User/Main/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/User/Main/main.c b/User/Main/main.c index 0b39b70..25cad0c 100644 --- a/User/Main/main.c +++ b/User/Main/main.c @@ -43,19 +43,19 @@ int main(void) //初始化模块 GE_Init(); + SD_Init(); GE_Draw_ClrAll(WHITE); GE_Draw_Disp(); - SD_Init(); - printf("完成系统初始化\n"); HC25_Init(); HC12_Init(); APP_Ball_Launcher(); - while (1); + while (1) + ; Clock_Init();