mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-08 07:47:45 -07:00
Rework the timer prioritization code so that is compares against the current time instead of the number of repeat timers in a given interrupt. This makes the code slightly faster and it should provide better protection against task starvation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |
||
|---|---|---|
| .. | ||
| gpio.c | ||
| gpio.h | ||
| irq.h | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| serial.c | ||
| timer.c | ||