Fake registers, functions, values, and macros
This commit is contained in:
3
smoother/util/delay.h
Normal file
3
smoother/util/delay.h
Normal file
@ -0,0 +1,3 @@
|
||||
#define F_CPU 1000000UL
|
||||
inline void _delay_ms(double) {}
|
||||
inline void _delay_us(double) {}
|
Reference in New Issue
Block a user