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

This commit is contained in:
Dean Camera 2010-09-19 06:00:45 +00:00
parent e7e1c21bc5
commit 1621158c62
1 changed files with 2 additions and 0 deletions

View File

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