mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
LED_PERIODIC fix
This commit is contained in:
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user