Skip to content

Commit e6a56b3

Browse files
committed
Update to release 1.6.1 version
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 1076c2e commit e6a56b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Arduino core support for STM32 based boards
22
[![GitHub release](https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg)](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
33
![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)
55
[![Build Status](https://travis-ci.com/stm32duino/Arduino_Core_STM32.svg?branch=master)](https://travis-ci.com/stm32duino/Arduino_Core_STM32)
66

77
* [Introduction](https://github.com/stm32duino/Arduino_Core_STM32#Introduction)<br>

cores/arduino/stm32/stm32_def.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
#define STM32_CORE_VERSION_MAJOR (0x01U) /*!< [31:24] major version */
99
#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 */
1111
/*
1212
* Extra label for development:
1313
* 0: official release

0 commit comments

Comments
 (0)