grbl-LPC-CoreXY/smoother/avr/interrupt.h

4 lines
66 B
C
Raw Normal View History

#define ISR(f) void f()
inline void cli() {}
inline void sei() {}