Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clock can...
[pub/lufa.git] / Projects / AVRISP-MKII / Lib / V2Protocol.c
index 673a094..208d7b7 100644 (file)
@@ -66,6 +66,7 @@ void V2Protocol_Init(void)
        TIMSK0 = (1 << OCIE0A);
 
        V2Params_LoadNonVolatileParamValues();
        TIMSK0 = (1 << OCIE0A);
 
        V2Params_LoadNonVolatileParamValues();
+       ISPTarget_ConfigureRescueClock();
 }
 
 /** Master V2 Protocol packet handler, for received V2 Protocol packets from a connected host.
 }
 
 /** Master V2 Protocol packet handler, for received V2 Protocol packets from a connected host.