mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 08:22:43 +08:00
[intermcu] call periodic (fix) (#1929)
This commit is contained in:
committed by
GitHub
parent
2257a889da
commit
c053239c03
@@ -258,6 +258,10 @@ STATIC_INLINE void handle_periodic_tasks(void)
|
||||
|
||||
STATIC_INLINE void main_periodic(void)
|
||||
{
|
||||
#if INTER_MCU_AP
|
||||
/* Inter-MCU watchdog */
|
||||
intermcu_periodic();
|
||||
#endif
|
||||
|
||||
/* run control loops */
|
||||
autopilot_periodic();
|
||||
|
||||
Reference in New Issue
Block a user