{\r
SetupHardware();\r
\r
- V2Protocol_Init();\r
+ V2Params_LoadEEPROMParamValues();\r
\r
printf("AVRISP-MKII Clone\r\n");\r
\r
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);\r
}\r
}\r
-
+\r
+/** Processes incomming V2 Protocol commands from the host, returning a response when required. */
void Process_AVRISP_Commands(void)
{
/* Device must be connected and configured for the task to run */\r