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:
- 42:222a4f45f916
- Parent:
- 37:793b39683406
- Child:
- 43:bc028d5a6424
diff -r db727df5f98b -r 222a4f45f916 eth/arp.cpp --- a/eth/arp.cpp Fri Oct 06 10:18:01 2017 +0000 +++ b/eth/arp.cpp Sun Oct 15 17:54:09 2017 +0000 @@ -12,8 +12,6 @@ #define REQUEST 1 #define REPLY 2 -#define DEBUG false - uint32_t ArpAddressToResolve; bool ArpResolveRequestFlag = false;