diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c b/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c index ceb9ebcd1..12c3b8405 100644 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c +++ b/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c @@ -102,8 +102,8 @@ static void PeriodicTimerHandler(eventid_t id) { */
static void ARPTimerHandler(eventid_t id) {
- uip_arp_timer();
(void)macPollLinkStatus(Ð1);
+ uip_arp_timer();
}
/*
|