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: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: drivers/Ethernet.h
- Revision:
- 185:08ed48f1de7f
- Parent:
- 168:9672193075cf
diff -r 5166a824ec1a -r 08ed48f1de7f drivers/Ethernet.h
--- a/drivers/Ethernet.h Tue Mar 20 17:01:51 2018 +0000
+++ b/drivers/Ethernet.h Thu Apr 19 17:12:19 2018 +0100
@@ -98,7 +98,7 @@
*/
int send();
- /** Recevies an arrived ethernet packet.
+ /** Receives an arrived ethernet packet.
*
* Receiving an ethernet packet will drop the last received ethernet packet
* and make a new ethernet packet ready to read.
@@ -110,7 +110,7 @@
*/
int receive();
- /** Read from an recevied ethernet packet.
+ /** Read from an received ethernet packet.
*
* After receive returned a number bigger than 0 it is
* possible to read bytes from this packet.
@@ -131,11 +131,11 @@
*/
void address(char *mac);
- /** Returns if an ethernet link is pressent or not. It takes a wile after Ethernet initializion to show up.
+ /** Returns if an ethernet link is present or not. It takes a while after Ethernet initialization to show up.
*
* @returns
- * 0 if no ethernet link is pressent,
- * 1 if an ethernet link is pressent.
+ * 0 if no ethernet link is present,
+ * 1 if an ethernet link is present.
*
* Example:
* @code
