Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 7, 2024
1 parent bbffb50 commit 81348ad
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 @@ -1358,7 +1358,7 @@ class RF24
* (ACK) packet during the delay between retry attempts.
*
* @param delay How long to wait between each retry, in multiples of
* 250 us. The minumum of 0 means 250 us, and the maximum of 15 means
* 250 us. The minimum of 0 means 250 us, and the maximum of 15 means
* 4000 us. The default value of 5 means 1500us (5 * 250 + 250).
* @param count How many retries before giving up. The default/maximum is 15. Use
* 0 to disable the auto-retry feature all together.
Expand Down

0 comments on commit 81348ad

Please sign in to comment.