This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix for IDE Menu option "NO USB" @ F_CPU <= 16MHz LC/T3.x
main
duff2013
9 years ago
parent
990c59190d
commit
9735d6c0b5
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
teensy3/usb_inst.cpp
+ 2
- 0
teensy3/usb_inst.cpp
View File
@@ -77,6 +77,8 @@ usb_serial_class Serial;
#if defined(USB_SERIAL) || defined(USB_SERIAL_HID)
usb_serial_class Serial;
#elif (USB_DISABLED)
usb_serial_class Serial;
#else
usb_seremu_class Serial;
#endif
Write
Preview
Loading…
Cancel
Save