mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +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)
|
STATIC_INLINE void main_periodic(void)
|
||||||
{
|
{
|
||||||
|
#if INTER_MCU_AP
|
||||||
|
/* Inter-MCU watchdog */
|
||||||
|
intermcu_periodic();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* run control loops */
|
/* run control loops */
|
||||||
autopilot_periodic();
|
autopilot_periodic();
|
||||||
|
|||||||
Reference in New Issue
Block a user