diff --git a/RF24.h b/RF24.h index 18914f09..e22eae8a 100644 --- a/RF24.h +++ b/RF24.h @@ -568,7 +568,6 @@ class RF24 * * @param buf Pointer to the data to be sent * @param len Number of bytes to be sent - * @return True if the payload was delivered successfully false if not */ void startWrite( const void* buf, uint8_t len );