From a789619fbe2cd07347816cc5c168e8f904acca86 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 31 Jul 2009 00:35:19 +0000 Subject: 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). --- Bootloaders/TeensyHID/TeensyHID.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Bootloaders/TeensyHID') diff --git a/Bootloaders/TeensyHID/TeensyHID.c b/Bootloaders/TeensyHID/TeensyHID.c index 67dded545..52526689a 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: */ -- cgit v1.2.3