X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b243c2b80bf51c2b1473fbd4bac204bd6d984b7b..5d8cdd9bea07acd276b260b34bea299a45a9088a:/Demos/Host/Incomplete/PrinterHost/PrinterHost.h diff --git a/Demos/Host/Incomplete/PrinterHost/PrinterHost.h b/Demos/Host/Incomplete/PrinterHost/PrinterHost.h index 46427b300..5851349e4 100644 --- a/Demos/Host/Incomplete/PrinterHost/PrinterHost.h +++ b/Demos/Host/Incomplete/PrinterHost/PrinterHost.h @@ -37,6 +37,7 @@ #include #include #include + #include #include "ConfigDescriptor.h" #include "Lib/PrinterCommands.h" @@ -62,9 +63,6 @@ /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ #define LEDMASK_USB_BUSY (LEDS_LED2) - - /* External Variables: */ - extern uint8_t PrinterProtocol; /* Function Prototypes: */ void EVENT_USB_DeviceAttached(void);