From 2424576a2a69a702488bae8554a05e1f8c783f75 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 25 Feb 2012 13:01:26 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3979 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F1xx/MAC/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testhal/STM32F1xx/MAC/main.c b/testhal/STM32F1xx/MAC/main.c index e563f779f..976636b17 100644 --- a/testhal/STM32F1xx/MAC/main.c +++ b/testhal/STM32F1xx/MAC/main.c @@ -60,8 +60,8 @@ int main(void) { chEvtAddFlags(PERIODIC_TIMER_ID | FRAME_RECEIVED_ID); /* - * Normal main() thread activity, in this demo it enables and disables the - * button EXT channel using 5 seconds intervals. + * Normal main() thread activity, the Ethernet status is polled every + * 5 seconds, incoming frames are read. */ while (TRUE) { eventmask_t mask = chEvtWaitAny(ALL_EVENTS); -- cgit v1.2.3