We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6158abb commit 89a36ecCopy full SHA for 89a36ec
README.md
cores/arduino/stm32/stm32_def.h
@@ -14,7 +14,7 @@
14
* [1-9]: release candidate
15
* F[0-9]: development
16
*/
17
-#define STM32_CORE_VERSION_EXTRA (0xF0U) /*!< [7:0] extra version */
+#define STM32_CORE_VERSION_EXTRA (0x00U) /*!< [7:0] extra version */
18
#define STM32_CORE_VERSION ((STM32_CORE_VERSION_MAJOR << 24U)\
19
|(STM32_CORE_VERSION_MINOR << 16U)\
20
|(STM32_CORE_VERSION_PATCH << 8U )\
platform.txt
@@ -5,7 +5,7 @@
5
# https://arduino.github.io/arduino-cli/latest/platform-specification/
6
7
name=STM32 boards groups (Board to be selected from Tools submenu 'Board part number')
8
-version=2.4.0-dev
+version=2.4.0
9
10
# STM compile variables
11
# ----------------------
0 commit comments