Oops - temp code left in the XPLAINBridge project which prevented it from entering programmer mode.

This commit is contained in:
Dean Camera 2010-06-12 08:52:44 +00:00
parent 036a156ff4
commit d57e7369a2
1 changed files with 0 additions and 2 deletions

View 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. */