grbl-LPC-CoreXY/smoother/util/delay.h
2017-01-02 22:16:43 -05:00

4 lines
90 B
C

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