mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-28 02:10:25 -07:00
Some older versions of gcc need the __always_inline directive in order to inline timer_read_time. Inlining that function is important for performance on the stm32f1. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |
||
|---|---|---|
| .. | ||
| gpio.c | ||
| gpio.h | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| serial.c | ||
| stm32f1.ld | ||
| timer.c | ||
| usbserial.c | ||