Oops - temp code left in the XPLAINBridge project which prevented it from entering...
[pub/USBasp.git] / Projects / XPLAINBridge / XPLAINBridge.c
index a0766f1..35a3951 100644 (file)
@@ -166,8 +166,6 @@ void SetupHardware(void)
        /* Re-enable JTAG debugging */
        MCUCR &= ~(1 << JTD);
        MCUCR &= ~(1 << JTD);
-
-       CurrentFirmwareMode = MODE_USART_BRIDGE; // TEMP
 }
 
 /** Event handler for the library USB Configuration Changed event. */