Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Lowpower/Core/Inc/main.h')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Lowpower/Core/Inc/main.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Lowpower/Core/Inc/main.h b/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Lowpower/Core/Inc/main.h
index 7d467b633..0c024028b 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Lowpower/Core/Inc/main.h
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE_LLD/BLE_LLD_Lowpower/Core/Inc/main.h
@@ -93,14 +93,8 @@ void SystemClock_Config_MSI(uint32_t usePLL);
+ Counter direction = Up
*/
-#define PERIOD_VALUE (5000000 - 1);
+#define PERIOD_VALUE (1000000 - 1);
-/* Set the Maximum value of the counter (Auto-Reload) that defines the Period */
-#define PERIOD (uint32_t) (32768 - 1)
-
-/* Set the Timeout value */
-//#define TIMEOUT (uint32_t) (32768 - 1)
-#define TIMEOUT (uint32_t) ( 32705 - 1)
/* USER CODE END Private defines */