diff --git a/firmware/controllers/system/scheduler.h b/firmware/controllers/system/scheduler.h index 91bd7a6222..20bfd6a629 100644 --- a/firmware/controllers/system/scheduler.h +++ b/firmware/controllers/system/scheduler.h @@ -26,6 +26,9 @@ public: bool isScheduled; }; +/** + * see also scheduleByAngle + */ void scheduleTask(scheduling_s *scheduling, int delayUs, schfunc_t callback, void *param); void scheduleByTime(scheduling_s *scheduling, efitimeus_t time, schfunc_t callback, void *param);