Oops - temp code left in the XPLAINBridge project which prevented it from entering...
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 12 Jun 2010 08:52:44 +0000 (08:52 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 12 Jun 2010 08:52:44 +0000 (08:52 +0000)
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. */