Explorar el Código

Merge pull request #56 from duff2013/master

Fix for IDE Menu option "NO USB" @ F_CPU <= 16MHz LC/T3.x
main
Paul Stoffregen hace 9 años
padre
commit
f77b0b9de7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      teensy3/usb_inst.cpp

+ 2
- 0
teensy3/usb_inst.cpp Ver fichero

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

Cargando…
Cancelar
Guardar