From fcc3dfbedb2e7047cd1f7f5931bea553c2ef1980 Mon Sep 17 00:00:00 2001 From: maniacbug Date: Mon, 1 Aug 2011 09:46:13 -0700 Subject: [PATCH] Fix up some doc bugs --- RF24.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RF24.h b/RF24.h index bfd5b13..7e25b9b 100644 --- a/RF24.h +++ b/RF24.h @@ -518,7 +518,7 @@ public: * 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. * - * @param which pipeline to modify + * @param pipe Which pipeline to modify * @param enable Whether to enable (true) or disable (false) auto-acks */ void setAutoAck( uint8_t pipe, bool enable ) ; @@ -552,7 +552,7 @@ public: * they translate to: RF24_PA_MIN=-18dBm, RF24_PA_LOW=-12dBm, * 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 ) ;