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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c b/Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c
index 644cbc5c6..b269e2ce7 100644
--- a/Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c
+++ b/Drivers/BSP/P-NUCLEO-WB55.Nucleo/stm32wbxx_nucleo.c
@@ -44,7 +44,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 (0x03U) /*!< [15:8] sub2 version */
+#define __STM32WBxx_NUCLEO_BSP_VERSION_SUB2 (0x04U) /*!< [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)\
@@ -855,6 +855,4 @@ static HAL_StatusTypeDef ADCx_Init(void)
/**
* @}
- */
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
+ */