mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-17 19:57:57 -06:00
sched: Rename sched_timer() to sched_add_timer()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
cdd5a772e8
commit
944d176856
9 changed files with 13 additions and 13 deletions
|
@ -209,7 +209,7 @@ command_start_group(uint32_t *args)
|
|||
sched_del_timer(&group_timer);
|
||||
group_timer.func = group_end_event;
|
||||
group_timer.waketime = args[0];
|
||||
sched_timer(&group_timer);
|
||||
sched_add_timer(&group_timer);
|
||||
}
|
||||
DECL_COMMAND(command_start_group, "start_group clock=%u");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue