Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RF24
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
RF24
Commits
0c301d86
Commit
0c301d86
authored
Sep 18, 2016
by
TMRh20
Committed by
GitHub
Sep 18, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #286 from pfeerick/patch-1
Minor documentation correction - RF24_CRC_DISABLED
parents
95ef8bda
3766eebf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
RF24.h
RF24.h
+1
-1
No files found.
RF24.h
View file @
0c301d86
...
@@ -877,7 +877,7 @@ s *
...
@@ -877,7 +877,7 @@ s *
/**
/**
* Get the CRC length
* Get the CRC length
* <br>CRC checking cannot be disabled if auto-ack is enabled
* <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
);
rf24_crclength_e
getCRCLength
(
void
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment