We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb7de8 commit 38ce891Copy full SHA for 38ce891
src/STM32RTC.h
@@ -51,7 +51,7 @@
51
*/
52
#define STM32_RTC_VERSION_MAJOR (0x01U) /*!< [31:24] major version */
53
#define STM32_RTC_VERSION_MINOR (0x01U) /*!< [23:16] minor version */
54
-#define STM32_RTC_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
+#define STM32_RTC_VERSION_PATCH (0x01U) /*!< [15:8] patch version */
55
/*
56
* Extra label for development:
57
* 0: official release
0 commit comments