Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class RF24
/**
* Same as begin(), but allows specifying a non-default SPI bus to use.
*
* @note This function assumes the `SPI::begin()` method was called before to
* @note This function assumes the `SPI::begin()` method was called before
* calling this function.
*
* @warning This function is for the Arduino platforms only
Expand All @@ -308,7 +308,7 @@ class RF24
* Same as begin(), but allows dynamically specifying a SPI bus, CE pin,
* and CSN pin to use.
*
* @note This function assumes the `SPI::begin()` method was called before to
* @note This function assumes the `SPI::begin()` method was called before
* calling this function.
*
* @warning This function is for the Arduino platforms only
Expand Down
Loading