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: oldheating gps motorhome heating
Diff: eth/mac.c
- Revision:
- 172:9bc3c7b2cca1
- Parent:
- 143:8cec8f08dc54
- Child:
- 195:bd5b123143ca
--- a/eth/mac.c	Sat Dec 12 20:10:02 2020 +0000
+++ b/eth/mac.c	Wed Dec 16 17:33:22 2020 +0000
@@ -163,7 +163,7 @@
 {
     if (dest == BROADCAST)       { *p++ = 0xff; *p++ = 0xff; *p++ = 0xff; *p++ = 0xff; *p++ = 0xff; *p = 0xff; return; }
     
-    if (pro == IPV4)
+    if (pro == ETH_IPV4)
     {
         switch (dest)
         {