Commit 3766eebf authored by pfeerick's avatar pfeerick Committed by GitHub

Minor documentation correction - RF24_CRC_DISABLED

getCRCLength() returns RF24_CRC_DISABLED, not RF24_DISABLED...
parent 95ef8bda
......@@ -877,7 +877,7 @@ s *
/**
* Get the CRC length
* <br>CRC checking cannot be disabled if auto-ack is enabled
* @return RF24_DISABLED if disabled or RF24_CRC_8 for 8-bit or RF24_CRC_16 for 16-bit
* @return RF24_CRC_DISABLED if disabled or RF24_CRC_8 for 8-bit or RF24_CRC_16 for 16-bit
*/
rf24_crclength_e getCRCLength(void);
......
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