'monitorReuse' idea is dead

This commit is contained in:
rusefi 2017-05-15 09:09:28 -04:00
parent 230b0c4f5e
commit 21ec952df9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void scheduleByTime(const bool monitorReuse, const char *prefix, scheduling_s *s
if (debugSignalExecutor) {
printf("scheduleByTime %d\r\n", time);
}
schedulingQueue.insertTask(monitorReuse, prefix, scheduling, time, callback, param);
schedulingQueue.insertTask(false, prefix, scheduling, time, callback, param);
}
void initSignalExecutorImpl(void) {