\r
#include "Benito.h"\r
\r
+/** Counter for the number of milliseconds remaining for the target /RESET pulse being generated. */\r
volatile uint8_t ResetPulseMSRemaining = 0;\r
+\r
+/** Counter for the number of milliseconds remaining for the TX activity LED pulse being generated. */\r
volatile uint8_t TxPulseMSRemaining = 0;\r
+\r
+/** Counter for the number of milliseconds remaining for the RX activity LED pulse being generated. */\r
volatile uint8_t RxPulseMSRemaining = 0;\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is\r