mirror of
git://soft.sys114.com/klipper
synced 2026-02-09 21:24:22 +09:00
sched: Rename sched_timer() to sched_add_timer()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -64,7 +64,7 @@ command_end_stop_home(uint32_t *args)
|
||||
return;
|
||||
}
|
||||
e->flags = ESF_HOMING | (args[3] ? ESF_PIN_HIGH : 0);
|
||||
sched_timer(&e->time);
|
||||
sched_add_timer(&e->time);
|
||||
}
|
||||
DECL_COMMAND(command_end_stop_home,
|
||||
"end_stop_home oid=%c clock=%u rest_ticks=%u pin_value=%c");
|
||||
|
||||
Reference in New Issue
Block a user