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/nr4.c
- Revision:
- 65:37acccf2752f
- Parent:
- 61:aad055f1b0d1
- Child:
- 66:18a10c0b6d93
diff -r 2f5db0839b09 -r 37acccf2752f eth/nr4.c --- a/eth/nr4.c Wed Jan 17 20:44:04 2018 +0000 +++ b/eth/nr4.c Thu Jan 18 18:12:43 2018 +0000 @@ -3,7 +3,7 @@ #include <string.h> #include "log.h" -#include "clock.h" +#include "tick.h" #include "net.h" #include "mac.h" #include "ip4addr.h" @@ -367,7 +367,7 @@ nextProtocol(pr); sendRequest (pr); - if (ClockTicked) elapsed++; + if (TickTicked) elapsed++; } void Nr4Init() {