diff --git a/LUFA.pnproj b/LUFA.pnproj index a06bd0b91d..f1fc2d8904 100644 --- a/LUFA.pnproj +++ b/LUFA.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index e24906d4d7..c2eeeade5b 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -89,14 +89,10 @@ // === TODO: Find abstracted way to handle these === #define ISR(Name) void Name (void) __attribute__((__interrupt__)); void Name (void) - #define EEMEM #define PROGMEM const #define ATOMIC_BLOCK(x) if (1) #define ATOMIC_RESTORESTATE #define pgm_read_byte(x) *x - #define eeprom_read_byte(x) *x - #define eeprom_update_byte(x, y) *x = y - #define eeprom_write_byte(x, y) *x = y #define _delay_ms(x) #define memcmp_P(...) memcmp(__VA_ARGS__) #define memcpy_P(...) memcpy(__VA_ARGS__) diff --git a/LUFA/Common/Endianess.h b/LUFA/Common/Endianness.h similarity index 100% rename from LUFA/Common/Endianess.h rename to LUFA/Common/Endianness.h