grbl-LPC-CoreXY/smoother/util/delay.h

4 lines
90 B
C
Raw Normal View History

#define F_CPU 1000000UL
inline void _delay_ms(double) {}
inline void _delay_us(double) {}