File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/stm32duino/STM32RTC"
9
9
},
10
- "version" : " 1.3.5 " ,
10
+ "version" : " 1.3.6 " ,
11
11
"frameworks" : " arduino" ,
12
12
"platforms" : " ststm32" ,
13
13
"build" : {
Original file line number Diff line number Diff line change 1
1
name =STM32duino RTC
2
- version =1.3.5
2
+ version =1.3.6
3
3
author =STMicroelectronics, Wi6Labs
4
4
maintainer =stm32duino
5
5
sentence =Allows to use the RTC functionalities of STM32 based boards.
Original file line number Diff line number Diff line change 53
53
*/
54
54
#define STM32_RTC_VERSION_MAJOR (0x01U ) /* !< [31:24] major version */
55
55
#define STM32_RTC_VERSION_MINOR (0x03U ) /* !< [23:16] minor version */
56
- #define STM32_RTC_VERSION_PATCH (0x05U ) /* !< [15:8] patch version */
56
+ #define STM32_RTC_VERSION_PATCH (0x06U ) /* !< [15:8] patch version */
57
57
/*
58
58
* Extra label for development:
59
59
* 0: official release
You can’t perform that action at this time.
0 commit comments