Skip to content
Snippets Groups Projects
Commit d57e7369 authored by Dean Camera's avatar Dean Camera
Browse files

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

parent 036a156f
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment