Modified for compilation under Linux.

This commit is contained in:
skarg
2009-06-22 03:07:42 +00:00
parent 85cf09aa6b
commit 4c9bd5f842
6 changed files with 189 additions and 58 deletions
@@ -7,6 +7,18 @@
#endif
#if __GNUC__
#include <avr/io.h>
#if (__GNUC__ <= 4) && (__GNUC_MINOR__ < 3)
#if !defined(EEWE) && defined(EEPE)
# define EEWE EEPE
#endif
#if !defined(EEMWE) && defined(EEMPE)
# define EEMWE EEMPE
#endif
#endif
#endif
/* define pin for enter-self-prog-mode */