We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d087758 commit dc394f3Copy full SHA for dc394f3
src/STM32RTC.h
@@ -50,8 +50,8 @@
50
* @brief STM32 RTC library version number
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 (0x01U) /*!< [15:8] patch version */
+#define STM32_RTC_VERSION_MINOR (0x02U) /*!< [23:16] minor version */
+#define STM32_RTC_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
55
/*
56
* Extra label for development:
57
* 0: official release
0 commit comments