[nRF24] Removed ambiguity, PR #119

pull/119/head
Andrea Guglielmini 2020-02-27 20:11:47 +01:00
rodzic ff7831655b
commit b69437c48f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.