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 'Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c')
-rw-r--r--Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c b/Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c
index ade670ea0..80cd574a4 100644
--- a/Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c
+++ b/Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c
@@ -45,7 +45,7 @@
*/
#define __STM32WBxx_NUCLEO_BSP_VERSION_MAIN (0x01U) /*!< [31:24] main version */
#define __STM32WBxx_NUCLEO_BSP_VERSION_SUB1 (0x00U) /*!< [23:16] sub1 version */
-#define __STM32WBxx_NUCLEO_BSP_VERSION_SUB2 (0x01U) /*!< [15:8] sub2 version */
+#define __STM32WBxx_NUCLEO_BSP_VERSION_SUB2 (0x02U) /*!< [15:8] sub2 version */
#define __STM32WBxx_NUCLEO_BSP_VERSION_RC (0x00U) /*!< [7:0] release candidate */
#define __STM32WBxx_NUCLEO_BSP_VERSION ((__STM32WBxx_NUCLEO_BSP_VERSION_MAIN << 24)\
|(__STM32WBxx_NUCLEO_BSP_VERSION_SUB1 << 16)\