Skip to content

Commit

Permalink
Update STM32RTC.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fpistm authored Oct 1, 2021
1 parent adb7de8 commit 38ce891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/STM32RTC.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*/
#define STM32_RTC_VERSION_MAJOR (0x01U) /*!< [31:24] major version */
#define STM32_RTC_VERSION_MINOR (0x01U) /*!< [23:16] minor version */
#define STM32_RTC_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
#define STM32_RTC_VERSION_PATCH (0x01U) /*!< [15:8] patch version */
/*
* Extra label for development:
* 0: official release
Expand Down

0 comments on commit 38ce891

Please sign in to comment.