From 090884a6974545e200c4bc3c61fb44f1f34dc8e0 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Mon, 28 Oct 2024 22:26:44 +0800 Subject: [PATCH] Revert "--- fix bug of scanning timer" This reverts commit 45e6bcce8e6d496487198e39e37bbcfc5bfd7349. --- STM32CubeIDE/Release/makefile | 3 +-- STM32CubeIDE/Release/sources.mk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/STM32CubeIDE/Release/makefile b/STM32CubeIDE/Release/makefile index 90d8aef..2173897 100644 --- a/STM32CubeIDE/Release/makefile +++ b/STM32CubeIDE/Release/makefile @@ -15,9 +15,8 @@ RM := rm -rf -include Drivers/STM32WLxx_HAL_Driver/subdir.mk -include Drivers/CMSIS/subdir.mk -include Drivers/BSP/STM32WLxx_Nucleo/subdir.mk --include Drivers/BSP/Components/subdir.mk --include Drivers/BSP/53L8A1/subdir.mk -include Application/User/Startup/subdir.mk +-include Application/User/STS/TOF/vl53l0x/subdir.mk -include Application/User/STS/TOF/Target/subdir.mk -include Application/User/STS/TOF/App/subdir.mk -include Application/User/STS/Core/Src/subdir.mk diff --git a/STM32CubeIDE/Release/sources.mk b/STM32CubeIDE/Release/sources.mk index c6e8d88..a6f330f 100644 --- a/STM32CubeIDE/Release/sources.mk +++ b/STM32CubeIDE/Release/sources.mk @@ -28,9 +28,8 @@ Application/User/LoRaWAN/Target \ Application/User/STS/Core/Src \ Application/User/STS/TOF/App \ Application/User/STS/TOF/Target \ +Application/User/STS/TOF/vl53l0x \ Application/User/Startup \ -Drivers/BSP/53L8A1 \ -Drivers/BSP/Components \ Drivers/BSP/STM32WLxx_Nucleo \ Drivers/CMSIS \ Drivers/STM32WLxx_HAL_Driver \