aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-03 06:48:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-03 06:48:01 +0000
commit9a08941c1f6996357cb8167f95965ff3d009c53d (patch)
treeae4e6f07ba65057cf17d1f3691aeed40dc167f21 /demos
parent48cf30f8ab478008fe2ff6ea855f94b04968ba9e (diff)
downloadChibiOS-9a08941c1f6996357cb8167f95965ff3d009c53d.tar.gz
ChibiOS-9a08941c1f6996357cb8167f95965ff3d009c53d.tar.bz2
ChibiOS-9a08941c1f6996357cb8167f95965ff3d009c53d.zip
Fixed lockup in the experimental MAC driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1199 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c2
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(&ETH1);
+ uip_arp_timer();
}
/*