aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-07-31 00:35:19 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-07-31 00:35:19 +0000
commite454af8fe06ff054ecd7d9c1a8f05127c948a22c (patch)
tree67f2649b7e8e099c5536d9c0a1e458aef075929b /Bootloaders
parent4e176fdd1a010ffc8625d0cfca7d5d4976e69303 (diff)
Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the correct terminology is used (thanks to Brian Dickman).
Fix USB_PLL_Off() call in the series 4, 6 and 7 microcontroller disconnect interrupt handler code, which wasn't guarded by a test of USB_Options to check if the user has specified manual PLL control (thanks to Brian Dickman). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@707 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders')
-rw-r--r--Bootloaders/TeensyHID/TeensyHID.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bootloaders/TeensyHID/TeensyHID.c b/Bootloaders/TeensyHID/TeensyHID.c
index 67dded54..52526689 100644
--- a/Bootloaders/TeensyHID/TeensyHID.c
+++ b/Bootloaders/TeensyHID/TeensyHID.c
@@ -33,7 +33,6 @@
* Main source file for the TeensyHID bootloader. This file contains the complete bootloader logic.
*/
-#define INCLUDE_FROM_TEENSYHID_C
#include "TeensyHID.h"
/* Global Variables: */