Corrected EOL (and EOL fixup script)

This commit is contained in:
skarg
2010-06-01 19:43:15 +00:00
parent 5964f49880
commit ed40541c36
4 changed files with 32 additions and 28 deletions
@@ -211,6 +211,11 @@ typedef struct {
#if defined(__GNUC__)
#include <avr/eeprom.h>
#define EEPROM_DECLARE(x) x __attribute__((section (".eeprom")))
#if ((__GNUC__ < 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ < 3)))
/* bug in WinAVR - not quite IAR compatible */
#define __EEPUT _EEPUT
#define __EEGET _EEGET
#endif
#endif
/* IAR intrinsic routines */