Updated compatibility file.

This commit is contained in:
skarg
2010-06-02 13:48:04 +00:00
parent 15f8e6741d
commit a2a37d9385
+5 -1
View File
@@ -35,7 +35,7 @@
#define IAR2GCC_H
#if !defined(F_CPU)
#define F_CPU (7372800)
#error You must define F_CPU - clock frequency!
#endif
/* IAR */
@@ -53,6 +53,10 @@ static inline void _delay_us(
}
#endif
#if defined(__GNUC__)
#include <util/delay.h>
#endif
/* Input/Output Registers */
#if defined(__GNUC__)
#include <avr/io.h>