File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Arduino core support for STM32 based boards
2
2
[ ![ GitHub release] ( https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg )] ( https://github.com/stm32duino/Arduino_Core_STM32/releases/latest )
3
3
![ GitHub All Releases] ( https://img.shields.io/github/downloads/stm32duino/Arduino_Core_STM32/total.svg?label=downloads%20since%201.4.0 )
4
- [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/stm32duino/Arduino_Core_STM32/1.6.0 .svg )] ( https://github.com/stm32duino/Arduino_Core_STM32/compare/1.6.0 ...master )
4
+ [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/stm32duino/Arduino_Core_STM32/1.6.1 .svg )] ( https://github.com/stm32duino/Arduino_Core_STM32/compare/1.6.1 ...master )
5
5
[ ![ Build Status] ( https://travis-ci.com/stm32duino/Arduino_Core_STM32.svg?branch=master )] ( https://travis-ci.com/stm32duino/Arduino_Core_STM32 )
6
6
7
7
* [ Introduction] ( https://github.com/stm32duino/Arduino_Core_STM32#Introduction ) <br >
Original file line number Diff line number Diff line change 7
7
*/
8
8
#define STM32_CORE_VERSION_MAJOR (0x01U) /*!< [31:24] major version */
9
9
#define STM32_CORE_VERSION_MINOR (0x06U) /*!< [23:16] minor version */
10
- #define STM32_CORE_VERSION_PATCH (0x00U ) /*!< [15:8] patch version */
10
+ #define STM32_CORE_VERSION_PATCH (0x01U ) /*!< [15:8] patch version */
11
11
/*
12
12
* Extra label for development:
13
13
* 0: official release
You can’t perform that action at this time.
0 commit comments