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
d06febbb
Commit
d06febbb
authored
Oct 01, 2010
by
Dean Camera
Browse files
Fix device mode for the U4 parts.
parent
383d1671
Changes
2
Hide whitespace changes
Inline
Side-by-side
Demos/Device/ClassDriver/VirtualSerial/makefile
View file @
d06febbb
...
...
@@ -60,7 +60,7 @@
# MCU name
MCU
=
at
90usb1287
MCU
=
at
mega32u4
# Target board (see library "Board Types" documentation, NONE for projects not requiring
...
...
LUFA/Drivers/USB/LowLevel/USBController.c
View file @
d06febbb
...
...
@@ -156,7 +156,7 @@ void USB_ResetInterface(void)
#endif
}
#if (defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR))
#if (
defined(USB_SERIES_4_AVR) ||
defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR))
USB_OTGPAD_On
();
#endif
}
...
...
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