From 5e4aedfc29ac5cc318e4f9659f0d05e7f22dae0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B0=D0=B7=D0=B0=D1=80=20=D0=AF=D1=80=D0=BE=D1=81?= =?UTF-8?q?=D0=BB=D0=B0=D0=B2=D0=BE=D0=B2=D0=B8=D1=87=20=D0=9A=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B5=D1=86=D1=8C=D0=BA=D0=B8=D0=B9?= Date: Wed, 15 Feb 2017 23:33:22 +0200 Subject: [PATCH] Update RF24.h update documentation --- RF24.h | 1 - 1 file changed, 1 deletion(-) 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 );