mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-14 00:21:00 +01: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>