mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-04 20:44:02 -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
|
@ -74,7 +74,7 @@ command_query_analog_in(uint32_t *args)
|
|||
a->max_value = args[6];
|
||||
if (! a->sample_count)
|
||||
return;
|
||||
sched_timer(&a->timer);
|
||||
sched_add_timer(&a->timer);
|
||||
}
|
||||
DECL_COMMAND(command_query_analog_in,
|
||||
"query_analog_in oid=%c clock=%u sample_ticks=%u sample_count=%c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue