From 2b7d2bb343854dbb17a2e80f02833615baf3bb37 Mon Sep 17 00:00:00 2001 From: mazgch Date: Thu, 21 Nov 2013 11:24:58 +0100 Subject: [PATCH] fix the documentation to match implementation --- libraries/mbed/api/Ethernet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/mbed/api/Ethernet.h b/libraries/mbed/api/Ethernet.h index 83a40b8f5f..d0e59a5cf7 100644 --- a/libraries/mbed/api/Ethernet.h +++ b/libraries/mbed/api/Ethernet.h @@ -89,7 +89,7 @@ public: * * @returns * 0 if the sending was failed, - * 1 if the package is successfully sent. + * or the size of the packet successfully sent. */ int send();