Browse Source

Merge pull request #56 from duff2013/master

Fix for IDE Menu option "NO USB" @ F_CPU <= 16MHz LC/T3.x
teensy4-core
Paul Stoffregen 10 years ago
parent
commit
f77b0b9de7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      teensy3/usb_inst.cpp

+ 2
- 0
teensy3/usb_inst.cpp View File



#if defined(USB_SERIAL) || defined(USB_SERIAL_HID) #if defined(USB_SERIAL) || defined(USB_SERIAL_HID)
usb_serial_class Serial; usb_serial_class Serial;
#elif (USB_DISABLED)
usb_serial_class Serial;
#else #else
usb_seremu_class Serial; usb_seremu_class Serial;
#endif #endif

Loading…
Cancel
Save