[intermcu] call periodic (fix) (#1929)

This commit is contained in:
Christophe De Wagter
2016-11-04 09:40:32 +01:00
committed by GitHub
parent 2257a889da
commit c053239c03
+4
View File
@@ -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();