Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Antoine committed Jun 4, 2020
1 parent 5b47306 commit 5d24cb0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# LR1110 driver

## [v2.0.1] 2020-05-04

### Fixed

* [version] Enable c linkage driver version related functions

## [v2.0.0] 2020-04-27

### Added
Expand Down
10 changes: 9 additions & 1 deletion src/lr1110_driver_version.h
Expand Up @@ -32,9 +32,13 @@
#ifndef __LR1110_DRIVER_VERSION_H__
#define __LR1110_DRIVER_VERSION_H__

#ifdef __cplusplus
extern "C" {
#endif

#define LR1110_DRIVER_VERSION_MAJOR 2
#define LR1110_DRIVER_VERSION_MINOR 0
#define LR1110_DRIVER_VERSION_PATCH 0
#define LR1110_DRIVER_VERSION_PATCH 1

/*!
* \brief Compare version information with current ones
Expand All @@ -49,4 +53,8 @@

const char* lr1110_driver_version_get_version_string( void );

#ifdef __cplusplus
}
#endif

#endif

0 comments on commit 5d24cb0

Please sign in to comment.