mbed library sources

Dependents:   Nucleo_blink_led

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Nov 21 10:45:04 2013 +0000
Parent:
47:02833c62d054
Child:
49:a1af374b4197
Commit message:
Synchronized with git revision 5278dd43f2ce1cc2eb64aeb4aec3b6a05557cf7c

Full URL: https://github.com/mbedmicro/mbed/commit/5278dd43f2ce1cc2eb64aeb4aec3b6a05557cf7c/

fix the documentation to ethernet api to match implementation

Changed in this revision

api/Ethernet.h Show annotated file Show diff for this revision Revisions of this file
--- a/api/Ethernet.h	Thu Nov 21 10:00:05 2013 +0000
+++ b/api/Ethernet.h	Thu Nov 21 10:45:04 2013 +0000
@@ -89,7 +89,7 @@
      *
      *  @returns
      *    0 if the sending was failed,
-     *    1 if the package is successfully sent.
+     *    or the size of the packet successfully sent.
      */
     int send();