1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

drivers/mrf24j40: drop unused define

MRF24J40_OPT_REQ_AUTO_ACK is never used and wrongly documented. Let's
just drop it.
This commit is contained in:
Marian Buschsieweke 2021-02-26 10:52:24 +01:00
parent 80d56488cc
commit 52c8be9da9
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -104,8 +104,6 @@ extern "C" {
* start */
#define MRF24J40_OPT_TELL_RX_END (0x4000) /**< notify MAC layer on RX
* finished */
#define MRF24J40_OPT_REQ_AUTO_ACK (0x8000) /**< notify MAC layer on RX
* finished */
/** @} */