mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-09-07 19:19:15 +02:00
The AVR wants a uint8_t return type for irq_save(), but other architectures will generally prefer int. Allow the board to configure the size of the flag by introducing an irqstatus_t typedef. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>