/* Hardware Initialization */\r
LEDs_Init();\r
USB_Init();\r
+ SerialStream_Init(9600, true);\r
\r
#if defined(ADC)\r
/* Initialize the ADC converter for VTARGET level detection on supported AVR models */\r
/* Check to see if a V2 Protocol command has been received */\r
if (Endpoint_IsOUTReceived())\r
{\r
+ LEDs_SetAllLEDs(LEDMASK_BUSY);\r
+\r
/* Pass off processing of the V2 Protocol command to the V2 Protocol handler */\r
V2Protocol_ProcessCommand();\r
+\r
+ LEDs_SetAllLEDs(LEDMASK_USB_READY);\r
}\r
}\r
\r