Fix warning when not compiled for UID auto-selection mode.

pull/1469/head
Dean Camera 14 years ago
parent e7e1c21bc5
commit 1621158c62

@ -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();

Loading…
Cancel
Save