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/arp.cpp
- Revision:
- 50:492f2d2954e4
- Parent:
- 49:1a6336f2b3f9
diff -r 1a6336f2b3f9 -r 492f2d2954e4 eth/arp.cpp --- a/eth/arp.cpp Thu Nov 02 08:10:55 2017 +0000 +++ b/eth/arp.cpp Fri Nov 03 16:19:15 2017 +0000 @@ -6,7 +6,7 @@ #include "mac.h" #include "dhcp.h" #include "ar4.h" -#include "nr.h" +#include "nr4.h" #include "io.h" #include "ip4addr.h" @@ -112,7 +112,7 @@ logHeader(); } Ar4AddIpRecord(trace, pHeader->senderHardwareAddress, pHeader->senderProtocolAddress); - NrMakeRequestForNameFromIp4(pHeader->senderProtocolAddress); + Nr4MakeRequestForNameFromIp(pHeader->senderProtocolAddress); return DO_NOTHING; default: