Moved out the handling of V2 Protocol parameters to a seperate set of files. Added...
[pub/USBasp.git] / Projects / Unfinished / AVRISP / AVRISP.c
index e937253..0b10124 100644 (file)
@@ -43,7 +43,7 @@ int main(void)
 {\r
        SetupHardware();\r
 \r
-       V2Protocol_Init();\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