X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e5057fec8ead1ec52dbad3b128ed94f9895fc9f4..958d28d05dcf29530cc552ba75b53fc41bd89c7e:/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h?ds=sidebyside diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h b/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h index 5f8498024..ea87648c0 100644 --- a/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h +++ b/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.h @@ -63,6 +63,9 @@ /** 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) + /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ + #define LEDMASK_USB_BUSY (LEDS_LED2) + /* Function Prototypes: */ void SetupHardware(void); void PrintIncommingPackets(void);