Skip to content

Commit

Permalink
Merge pull request #286 from pfeerick/patch-1
Browse files Browse the repository at this point in the history
Minor documentation correction - RF24_CRC_DISABLED
  • Loading branch information
TMRh20 authored Sep 19, 2016
2 parents 95ef8bd + 3766eeb commit 0c301d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0c301d8

Please sign in to comment.