Skip to content

Commit

Permalink
[fix] add missing task monitoring
Browse files Browse the repository at this point in the history
this should be included in a core module
  • Loading branch information
gautierhattenberger committed Jul 27, 2021
1 parent e4fd6a8 commit 2ed7297
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sw/airborne/firmwares/fixedwing/main_ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ void handle_periodic_tasks_ap(void)
RunOnceEvery(TELEMETRY_FREQUENCY, datalink_time++);
#endif
}

if (sys_time_check_and_ack_timer(monitor_tid)) {
monitor_task();
}
}


Expand Down

0 comments on commit 2ed7297

Please sign in to comment.