LED_PERIODIC fix

This commit is contained in:
Christophe De Wagter
2010-07-26 19:41:20 +00:00
parent 0da20d8da2
commit 9e7300663d
+3 -3
View File
@@ -57,12 +57,12 @@ int main( void ) {
if (sys_time_periodic()) {
Fbw(periodic_task);
Ap(periodic_task);
#ifdef STM32
LED_PERIODIC();
#endif
}
Fbw(event_task);
Ap(event_task);
#ifdef STM32
LED_PERIODIC();
#endif
}
return 0;
}