Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/30-system-implement…
Browse files Browse the repository at this point in the history
…-ride-task' into 30-system-implement-ride-task
  • Loading branch information
charliekush committed Aug 6, 2024
1 parent fc8ad68 commit 46344f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antara_scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int Scheduler::getNextTask(DeploymentSchedule_t **p_next_task, std::uint32_t *p_
{
*p_next_task = &(tasks[i]);
tasks[i].nextRunTime = runTime + tasks[i].ensembleInterval;
tasks[i].nextRunTime += delay + tasks[i].ensembleInterval;

*p_next_runtime = runTime;
return runTime;
}
Expand Down

0 comments on commit 46344f9

Please sign in to comment.