Browse Source

Fix for IDE Menu option "NO USB" @ F_CPU <= 16MHz LC/T3.x

main
duff2013 9 years ago
parent
commit
9735d6c0b5
1 changed files with 2 additions and 0 deletions
  1. +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

Loading…
Cancel
Save