diff --git a/firmware/controllers/system/signal_executor_sleep.cpp b/firmware/controllers/system/signal_executor_sleep.cpp index 8fc4beb7ac..9f8291b55e 100644 --- a/firmware/controllers/system/signal_executor_sleep.cpp +++ b/firmware/controllers/system/signal_executor_sleep.cpp @@ -34,7 +34,7 @@ #if EFI_SIGNAL_EXECUTOR_SLEEP || defined(__DOXYGEN__) -void scheduleByTime(const char *prefix, scheduling_s *scheduling, efitimeus_t time, schfunc_t callback, void *param) { +void scheduleByTime(scheduling_s *scheduling, efitimeus_t time, schfunc_t callback, void *param) { scheduleTask(scheduling, time - getTimeNowUs(), callback, param); }