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

6 lines
80 B
C
Raw Normal View History

2017-01-04 19:43:06 +01:00
#pragma once
#define ISR(f) void f()
inline void cli() {}
inline void sei() {}