forked from mfulz_github/qmk_firmware
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.
This commit is contained in:
parent
b1528a1256
commit
f301a4a21f
File diff suppressed because one or more lines are too long
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue