USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / ProtocolDecoders.h
index 7bae188..0185675 100644 (file)
@@ -38,6 +38,8 @@
 \r
        /* Includes: */\r
                #include <avr/io.h>\r
+               #include <avr/pgmspace.h>\r
+               #include <stdio.h>\r
                \r
                #include <LUFA/Drivers/Peripheral/SerialStream.h>\r
                \r