forked from mfulz_github/qmk_firmware
Fix warning when not compiled for UID auto-selection mode.
This commit is contained in:
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…
Reference in New Issue