Commit 0c301d86 authored by TMRh20's avatar TMRh20 Committed by GitHub

Merge pull request #286 from pfeerick/patch-1

Minor documentation correction - RF24_CRC_DISABLED
parents 95ef8bda 3766eebf
......@@ -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