From ba95895db9d45b72567abf747055a46379fc34b6 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Tue, 6 Feb 2024 14:34:32 +0800 Subject: [PATCH] fixed DevNonce issue --- STM32CubeIDE/.cproject | 1 + STM32CubeIDE/.settings/language.settings.xml | 4 +- .../Release/Application/User/Core/subdir.mk | 46 ++++++------- .../Application/User/LoRaWAN/App/subdir.mk | 8 +-- .../Application/User/LoRaWAN/Target/subdir.mk | 2 +- .../Application/User/TOF/App/subdir.mk | 6 +- .../Application/User/TOF/Target/subdir.mk | 2 +- .../Application/User/TOF/vl53l0x/subdir.mk | 14 ++-- .../Drivers/BSP/STM32WLxx_Nucleo/subdir.mk | 4 +- STM32CubeIDE/Release/Drivers/CMSIS/subdir.mk | 2 +- .../Drivers/STM32WLxx_HAL_Driver/subdir.mk | 52 +++++++-------- .../Release/Middlewares/LoRaWAN/subdir.mk | 66 +++++++++---------- .../Release/Middlewares/SubGHz_Phy/subdir.mk | 6 +- STM32CubeIDE/Release/Utilities/subdir.mk | 16 ++--- 14 files changed, 115 insertions(+), 114 deletions(-) diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject index 284d00a..945b8e2 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -139,6 +139,7 @@