aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-06-12 08:52:44 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-06-12 08:52:44 +0000
commit4b7d8bf5d429b89aa2a2d2e58b5390c33060e48a (patch)
tree97d44401c89fb01f5f47584de5e85b3ca498eaaf
parentba25417900aa7a51b3e3bce67c368c162d7d5bb4 (diff)
Oops - temp code left in the XPLAINBridge project which prevented it from entering programmer mode.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1331 d5102386-fcda-11dd-9fdb-3debd5008f28
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.c b/Projects/XPLAINBridge/XPLAINBridge.c
index a0766f1f..35a3951f 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.c
+++ b/Projects/XPLAINBridge/XPLAINBridge.c
@@ -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. */