Change spinloop in the AVRISP project Unknown V2 Protocol Command handler to use...
[pub/USBasp.git] / Projects / Unfinished / AVRISP / AVRISP.c
index 9826dbb..0b10124 100644 (file)
@@ -42,8 +42,8 @@
 int main(void)\r
 {\r
        SetupHardware();\r
-       \r
-       V2Protocol_ConfigureHardware();\r
+\r
+       V2Params_LoadEEPROMParamValues();\r
 \r
        printf("AVRISP-MKII Clone\r\n");\r
        \r
@@ -100,7 +100,8 @@ void EVENT_USB_Device_ConfigurationChanged(void)
                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