diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-13 06:05:30 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-13 06:05:30 +0000 |
commit | f301a4a21f34bea6c41872258a9dab3263f04e2a (patch) | |
tree | 3c50647a28449114986b6428c51354976b212978 /LUFA/Common | |
parent | b1528a12565c214f34e4e26b5032980780ae4d24 (diff) | |
download | lufa-f301a4a21f34bea6c41872258a9dab3263f04e2a.tar.gz lufa-f301a4a21f34bea6c41872258a9dab3263f04e2a.tar.bz2 lufa-f301a4a21f34bea6c41872258a9dab3263f04e2a.zip |
Oops - rename misnamed Endianess.h header file.
Remove UC3B temp macros related to EEPROM, to ensure that projects requiring this break at compile time rather than at runtime until a solution can be found.
Diffstat (limited to 'LUFA/Common')
-rw-r--r-- | LUFA/Common/Common.h | 4 | ||||
-rw-r--r-- | LUFA/Common/Endianness.h (renamed from LUFA/Common/Endianess.h) | 0 |
2 files changed, 0 insertions, 4 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index e24906d4d..c2eeeade5 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 index d7f73ca69..d7f73ca69 100644 --- a/LUFA/Common/Endianess.h +++ b/LUFA/Common/Endianness.h |