Skip to content

Commit 38ce891

Browse files
authored
Update STM32RTC.h
1 parent adb7de8 commit 38ce891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/STM32RTC.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*/
5252
#define STM32_RTC_VERSION_MAJOR (0x01U) /*!< [31:24] major version */
5353
#define STM32_RTC_VERSION_MINOR (0x01U) /*!< [23:16] minor version */
54-
#define STM32_RTC_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
54+
#define STM32_RTC_VERSION_PATCH (0x01U) /*!< [15:8] patch version */
5555
/*
5656
* Extra label for development:
5757
* 0: official release

0 commit comments

Comments
 (0)