Skip to content

Commit 518f12c

Browse files
authored
chore: bump STM32 version to 1.3.0
1 parent dc394f3 commit 518f12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/STM32RTC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* @brief STM32 RTC library version number
5151
*/
5252
#define STM32_RTC_VERSION_MAJOR (0x01U) /*!< [31:24] major version */
53-
#define STM32_RTC_VERSION_MINOR (0x02U) /*!< [23:16] minor version */
53+
#define STM32_RTC_VERSION_MINOR (0x03U) /*!< [23:16] minor version */
5454
#define STM32_RTC_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
5555
/*
5656
* Extra label for development:

0 commit comments

Comments
 (0)