From ad529f5c53b33d20752743a3b15831ca5be7fd67 Mon Sep 17 00:00:00 2001 From: "lxbpxylps@126.com" Date: Wed, 6 Oct 2021 00:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E7=A8=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project/STM32Player.uvprojx | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/Project/STM32Player.uvprojx b/Project/STM32Player.uvprojx index 6aac531..9237798 100644 --- a/Project/STM32Player.uvprojx +++ b/Project/STM32Player.uvprojx @@ -339,7 +339,7 @@ USE_HAL_DRIVER, STM32H743xx - ..\User\Main;..\Core;..\Libraries\HAL_Lib\Inc;..\Libraries\FatFs;..\Libraries\FatFs\drivers;..\System\systick;..\System\sys;..\System\spi;..\System\gpio;..\System\tim;..\System\usart;..\System\adc;..\Hardware\led;..\Hardware\key;..\Hardware\lcd;..\Hardware\sdio;..\Hardware\hc25;..\User\GameEngine;..\User\Picture;..\User\SD;..\User\WLAN;..\User\Clock;..\User\APP_Reader;..\User\APP_Video;..\User\APP_Plane;..\User\APP_Weather;..\User\APP_Setting;..\User\FxLib + ..\User\Main;..\Core;..\Libraries\HAL_Lib\Inc;..\Libraries\FatFs;..\Libraries\FatFs\drivers;..\System\systick;..\System\sys;..\System\spi;..\System\gpio;..\System\tim;..\System\usart;..\System\adc;..\Hardware\led;..\Hardware\key;..\Hardware\lcd;..\Hardware\sdio;..\Hardware\hc25;..\Hardware\hc12;..\User\GameEngine;..\User\Picture;..\User\SD;..\User\WLAN;..\User\Clock;..\User\APP_Reader;..\User\APP_Video;..\User\APP_Plane;..\User\APP_Weather;..\User\APP_Setting;..\User\APP_JumpMan;..\User\APP_Ball;..\User\FxLib @@ -638,6 +638,11 @@ 1 ..\Hardware\hc25\hc25.c + + hc12.c + 1 + ..\Hardware\hc12\hc12.c + @@ -790,6 +795,26 @@ + + APP_JumpMan + + + APP_JumpMan.c + 1 + ..\User\APP_JumpMan\APP_JumpMan.c + + + + + APP_Ball + + + APP_Ball.c + 1 + ..\User\APP_Ball\APP_Ball.c + + + Fxlib