Skip to content

Commit d5c83c7

Browse files
committed
chore: bump STM32_RTC_VERSION to 2.0.0
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent a1bb85c commit d5c83c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/STM32RTC.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
/**
5252
* @brief STM32 RTC library version number
5353
*/
54-
#define STM32_RTC_VERSION_MAJOR (0x01U) /*!< [31:24] major version */
55-
#define STM32_RTC_VERSION_MINOR (0x04U) /*!< [23:16] minor version */
54+
#define STM32_RTC_VERSION_MAJOR (0x02U) /*!< [31:24] major version */
55+
#define STM32_RTC_VERSION_MINOR (0x00U) /*!< [23:16] minor version */
5656
#define STM32_RTC_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
5757
/*
5858
* Extra label for development:

0 commit comments

Comments
 (0)