From: Dean Camera Date: Fri, 31 Jul 2009 00:35:19 +0000 (+0000) Subject: Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the correct... X-Git-Tag: LUFA-110528-BETA~1018 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/a789619fbe2cd07347816cc5c168e8f904acca86?hp=a789619fbe2cd07347816cc5c168e8f904acca86 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). ---