mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-21 21:58:05 -06:00
sched: Change sched_from_ms() to sched_from_us()
Some code may require micro-second precision so update sched_from_ms() to use micro-seconds. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d68cb264c4
commit
ed103822f5
7 changed files with 16 additions and 16 deletions
|
@ -17,7 +17,7 @@ uint8_t Interrupt_off;
|
|||
****************************************************************/
|
||||
|
||||
uint32_t
|
||||
timer_from_ms(uint32_t ms)
|
||||
timer_from_us(uint32_t us)
|
||||
{
|
||||
return 0; // XXX
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue