Commit fcc3dfbe authored by maniacbug's avatar maniacbug

Fix up some doc bugs

parent 18ebe7a0
...@@ -518,7 +518,7 @@ public: ...@@ -518,7 +518,7 @@ public:
* AA is enabled by default, so it's only needed if you want to turn * AA is enabled by default, so it's only needed if you want to turn
* it off/on for some reason on a per pipeline basis. * it off/on for some reason on a per pipeline basis.
* *
* @param which pipeline to modify * @param pipe Which pipeline to modify
* @param enable Whether to enable (true) or disable (false) auto-acks * @param enable Whether to enable (true) or disable (false) auto-acks
*/ */
void setAutoAck( uint8_t pipe, bool enable ) ; void setAutoAck( uint8_t pipe, bool enable ) ;
...@@ -552,7 +552,7 @@ public: ...@@ -552,7 +552,7 @@ public:
* they translate to: RF24_PA_MIN=-18dBm, RF24_PA_LOW=-12dBm, * they translate to: RF24_PA_MIN=-18dBm, RF24_PA_LOW=-12dBm,
* RF24_PA_MED=-6dBM, and RF24_PA_HIGH=0dBm. * RF24_PA_MED=-6dBM, and RF24_PA_HIGH=0dBm.
* *
* @param Desired PA level. * @param level Desired PA level.
*/ */
void setPALevel( rf24_pa_dbm_e level ) ; void setPALevel( rf24_pa_dbm_e level ) ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment