mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-13 04:14:19 +00:00
Oops - temp code left in the XPLAINBridge project which prevented it from entering programmer mode.
This commit is contained in:
parent
036a156ff4
commit
d57e7369a2
@ -166,8 +166,6 @@ void SetupHardware(void)
|
|||||||
/* Re-enable JTAG debugging */
|
/* Re-enable JTAG debugging */
|
||||||
MCUCR &= ~(1 << JTD);
|
MCUCR &= ~(1 << JTD);
|
||||||
MCUCR &= ~(1 << JTD);
|
MCUCR &= ~(1 << JTD);
|
||||||
|
|
||||||
CurrentFirmwareMode = MODE_USART_BRIDGE; // TEMP
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Event handler for the library USB Configuration Changed event. */
|
/** Event handler for the library USB Configuration Changed event. */
|
||||||
|
Loading…
Reference in New Issue
Block a user