X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bcf07edeb2a172dd3aeef07908f3b7e9b235a164..86db035b1efaecffdbe8a189c97e8897d35501ca:/Projects/AVRISP/AVRISP.h diff --git a/Projects/AVRISP/AVRISP.h b/Projects/AVRISP/AVRISP.h index e17fe3009..a0f4d5e79 100644 --- a/Projects/AVRISP/AVRISP.h +++ b/Projects/AVRISP/AVRISP.h @@ -67,6 +67,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_BUSY (LEDS_LED1 | LEDS_LED2) + /* Function Prototypes: */ void SetupHardware(void);