From b69437c48fee48b031669389efead7b347eace4c Mon Sep 17 00:00:00 2001 From: Andrea Guglielmini Date: Thu, 27 Feb 2020 20:11:47 +0100 Subject: [PATCH] [nRF24] Removed ambiguity, PR #119 --- src/modules/nRF24/nRF24.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/nRF24/nRF24.h b/src/modules/nRF24/nRF24.h index 3ca3ac75..70362dfe 100644 --- a/src/modules/nRF24/nRF24.h +++ b/src/modules/nRF24/nRF24.h @@ -445,7 +445,7 @@ class nRF24: public PhysicalLayer { \returns \ref status_codes */ - int16_t setAutoAck(uint8_t pipeNum, bool autoAckOn = true); + int16_t setAutoAck(uint8_t pipeNum, bool autoAckOn); /*! \brief Dummy data shaping configuration method, to ensure PhysicalLayer compatibility.