X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f3f481183aa201739a84f847769dcba50166eb98..29ba88cffd4198b02e8ca04c31aed2c175c5502e:/LUFA/Common/Common.h diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index cf6c28307..355391b2a 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -92,6 +92,7 @@ typedef uint32_t uint_reg_t; + // TODO #define EEMEM #define PROGMEM const #define ISR(Name) void Name (void) @@ -101,6 +102,7 @@ #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__)