Skip to content

Commit c5fc5a8

Browse files
authored
Update stm32_def.h
Fix wrong STM32_CORE_VERSION_MINOR. Signed-off-by: patricklaf <[email protected]>
1 parent 8089d77 commit c5fc5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/SrcWrapper/inc/stm32_def.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @brief STM32 core version number
77
*/
88
#define STM32_CORE_VERSION_MAJOR (0x02U) /*!< [31:24] major version */
9-
#define STM32_CORE_VERSION_MINOR (0x11U) /*!< [23:16] minor version */
9+
#define STM32_CORE_VERSION_MINOR (0x0BU) /*!< [23:16] minor version */
1010
#define STM32_CORE_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
1111
/*
1212
* Extra label for development:

0 commit comments

Comments
 (0)