mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-27 06:35:17 -07: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
|
|
@ -54,7 +54,7 @@ functions should never pause, delay, or do any work that lasts more
|
|||
than a few micro-seconds. These functions schedule work at specific
|
||||
times by scheduling timers.
|
||||
|
||||
Timer functions are scheduled by calling sched_timer() (located in
|
||||
Timer functions are scheduled by calling sched_add_timer() (located in
|
||||
**src/sched.c**). The scheduler code will arrange for the given
|
||||
function to be called at the requested clock time. Timer interrupts
|
||||
are initially handled in an architecture specific interrupt handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue