Skip to content

Commit a54c81f

Browse files
author
Matthieu Antoine
committed
Release v2.0.1
1 parent bdee279 commit a54c81f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [v2.0.0] 2020-10-23
7+
## [v2.0.1] 2020-10-28
88

9-
### Added
9+
### Fixed
10+
11+
* Removed `LR1110_MODEM_DOWN_DATA_EVENT_ACK` and `LR1110_MODEM_DOWN_DATA_EVENT_NACK` from `lr1110_modem_down_data_flag_t`
12+
13+
## [v2.0.0] 2020-10-23
1014

1115
### Changed
1216

src/lr1110_modem_driver_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#define LR1110_MODEM_DRIVER_VERSION_MAJOR 2
3636
#define LR1110_MODEM_DRIVER_VERSION_MINOR 0
37-
#define LR1110_MODEM_DRIVER_VERSION_PATCH 0
37+
#define LR1110_MODEM_DRIVER_VERSION_PATCH 1
3838

3939
#ifdef __cplusplus
4040
extern "C" {

src/lr1110_modem_lorawan.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ typedef enum
331331
*/
332332
typedef enum
333333
{
334-
LR1110_MODEM_DOWN_DATA_EVENT_ACK = 0x80, //!< confirmed UP frame was acked
335-
LR1110_MODEM_DOWN_DATA_EVENT_NACK = 0x40, //!< confirmed UP frame was not acked
336334
LR1110_MODEM_DOWN_DATA_EVENT_DNW1 = 0x01, //!< received in 1st DN slot
337335
LR1110_MODEM_DOWN_DATA_EVENT_DNW2 = 0x02, //!< received in 2dn DN slot
338336
} lr1110_modem_down_data_flag_t;

0 commit comments

Comments
 (0)