USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/lufa.git] / Demos / Device / ClassDriver / RNDISEthernet / RNDISEthernet.h
index 3bed7f8..c6c092c 100644 (file)
        /* Includes: */\r
                #include <avr/io.h>\r
                #include <avr/wdt.h>\r
-               #include <avr/pgmspace.h>\r
                #include <avr/power.h>\r
+               #include <avr/interrupt.h>\r
                #include <string.h>\r
-               #include <stdio.h>\r
 \r
                #include "Descriptors.h"\r
 \r