Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 17, 2024
1 parent decd8ce commit c5b62bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Network.h
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ class ESBNetwork
* | @ref FLAG_FAST_FRAG| 4 (bit 2 asserted) | INTERNAL: Replaces the fastFragTransfer variable, and allows for faster transfers between directly connected nodes. |
* | @ref FLAG_NO_POLL| 8 (bit 3 asserted) | EXTERNAL/USER: Disables @ref NETWORK_POLL responses on a node-by-node basis. |
*
* @note Bit posistions 0 & 1 in the `networkFlags` byte are no longer used as they once were
* @note Bit positions 0 & 1 in the `networkFlags` byte are no longer used as they once were
* during experimental development.
*/
uint8_t networkFlags;
Expand Down

0 comments on commit c5b62bc

Please sign in to comment.