Add code to start the USBB Generic Clock from the user-specified master clock source...
[pub/USBasp.git] / LUFA / Common / Common.h
index cf6c283..355391b 100644 (file)
@@ -92,6 +92,7 @@
 
                        typedef uint32_t uint_reg_t;
                        
+                       // TODO
                        #define EEMEM
                        #define PROGMEM                  const
                        #define ISR(Name)                void Name (void)
                        #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__)