X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c5038f1bf44aea75f1ae1ed035cb7d523ccfdacb..0029cb454ee35c8c7bb41659bd2ed9109f26c375:/Projects/Benito/Benito.h diff --git a/Projects/Benito/Benito.h b/Projects/Benito/Benito.h index 3b0dfcd2c..c5ed5e0bb 100644 --- a/Projects/Benito/Benito.h +++ b/Projects/Benito/Benito.h @@ -43,6 +43,7 @@ #include #include "Descriptors.h" + #include "Lib/RingBuff.h" #include #include @@ -57,8 +58,10 @@ /** LED mask for the library LED driver, to indicate RX activity. */ #define LEDMASK_RX LEDS_LED2 + /** LED mask for the library LED driver, to indicate that an error has occurred in the USB interface. */ #define LEDMASK_ERROR (LEDS_LED1 | LEDS_LED2) + /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ #define LEDMASK_BUSY (LEDS_LED1 | LEDS_LED2) /* Function Prototypes: */