Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
1621158c
Commit
1621158c
authored
Sep 19, 2010
by
Dean Camera
Browse files
Fix warning when not compiled for UID auto-selection mode.
parent
e7e1c21b
Changes
1
Show whitespace changes
Inline
Side-by-side
LUFA/Drivers/USB/LowLevel/USBController.c
View file @
1621158c
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment