diff options
-rw-r--r-- | testhal/STM32F1xx/MAC/main.c | 4 |
1 files 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);
|