X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a6e85d6ed80720e15477433f4abf0ca5f54422ba..06f3a6a876abb4911fbf205daeacbb33c4c0f92a:/Projects/Benito/Benito.c diff --git a/Projects/Benito/Benito.c b/Projects/Benito/Benito.c index ba8053473..712016bc0 100644 --- a/Projects/Benito/Benito.c +++ b/Projects/Benito/Benito.c @@ -36,8 +36,13 @@ #include "Benito.h" +/** Counter for the number of milliseconds remaining for the target /RESET pulse being generated. */ volatile uint8_t ResetPulseMSRemaining = 0; + +/** Counter for the number of milliseconds remaining for the TX activity LED pulse being generated. */ volatile uint8_t TxPulseMSRemaining = 0; + +/** Counter for the number of milliseconds remaining for the RX activity LED pulse being generated. */ volatile uint8_t RxPulseMSRemaining = 0; /** LUFA CDC Class driver interface configuration and state information. This structure is