File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments