[nRF24] Removed ambiguity, PR #119
This commit is contained in:
parent
ff7831655b
commit
b69437c48f
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ class nRF24: public PhysicalLayer {
|
||||||
|
|
||||||
\returns \ref status_codes
|
\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.
|
\brief Dummy data shaping configuration method, to ensure PhysicalLayer compatibility.
|
||||||
|
|
Loading…
Add table
Reference in a new issue