X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a54ed0085b29f81946f3652bd412103292da7589..5d8cdd9bea07acd276b260b34bea299a45a9088a:/Demos/Host/Incomplete/PrinterHost/PrinterHost.h diff --git a/Demos/Host/Incomplete/PrinterHost/PrinterHost.h b/Demos/Host/Incomplete/PrinterHost/PrinterHost.h index 191cd7f12..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" @@ -60,8 +61,8 @@ /** LED mask for the library LED driver, to indicate that an error has occurred in the USB interface. */ #define LEDMASK_USB_ERROR (LEDS_LED1 | LEDS_LED3) - /* External Variables: */ - extern uint8_t PrinterProtocol; + /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ + #define LEDMASK_USB_BUSY (LEDS_LED2) /* Function Prototypes: */ void EVENT_USB_DeviceAttached(void);