sched: Rename sched_timer() to sched_add_timer()

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2017-03-10 22:12:05 -05:00
parent cdd5a772e8
commit 944d176856
9 changed files with 13 additions and 13 deletions

View file

@ -202,7 +202,7 @@ command_queue_step(uint32_t *args)
} else {
s->first = m;
stepper_load_next(s, s->next_step_time + m->interval);
sched_timer(&s->time);
sched_add_timer(&s->time);
}
irq_enable();
}