Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: Ethernet.h
- Revision:
- 71:8fabd470bb6e
- Parent:
- 65:5798e58a58b1
- Child:
- 122:f9eeca106725
diff -r 673126e12c73 -r 8fabd470bb6e Ethernet.h
--- a/Ethernet.h Mon Nov 18 22:09:31 2013 +0200
+++ b/Ethernet.h Tue Dec 03 13:02:41 2013 +0200
@@ -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();


