Bläddra i källkod

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

main
duff2013 9 år sedan
förälder
incheckning
9735d6c0b5
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      teensy3/usb_inst.cpp

+ 2
- 0
teensy3/usb_inst.cpp Visa fil

@@ -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

Laddar…
Avbryt
Spara