mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-06-20 17:21:12 +02:00
Explicilty load the timer waketime variable into local variables in sched_timer_kick(). Change the optimization level from Os to O2. This helps gcc to avoid unnecessary reloads from memory in the common stepper_event() case. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>