X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e7e1c21bc5476896f99569dc73ffe1f663f1245a..1621158c622e8dbe49deaacf88ea3f5b843b54ac:/LUFA/Drivers/USB/LowLevel/USBController.c diff --git a/LUFA/Drivers/USB/LowLevel/USBController.c b/LUFA/Drivers/USB/LowLevel/USBController.c index 7adfcdc35..7177e2b0e 100644 --- a/LUFA/Drivers/USB/LowLevel/USBController.c +++ b/LUFA/Drivers/USB/LowLevel/USBController.c @@ -104,7 +104,9 @@ void USB_ShutDown(void) void USB_ResetInterface(void) { + #if defined(USB_CAN_BE_BOTH) bool UIDModeSelectEnabled = ((UHWCON & (1 << UIDE)) != 0); + #endif USB_INT_DisableAllInterrupts(); USB_INT_ClearAllInterrupts();