PaulStoffregen / teensy_loader_cli

Command line Teensy Loader
http://www.pjrc.com/teensy/loader_cli.html
331 stars 152 forks source link

Making soft_reboot() work on more USB build flags than USB_SERIAL #74

Open SMattsson opened 2 years ago

SMattsson commented 2 years ago

Currently soft_reboot() only works on builds compiled with USB_SERIAL.

This commit updates the soft_reboot() to be able to reboot builds compiled with USB_MIDI_SERIAL, USB_MIDI4_SERIAL and USB_MIDI16_SERIAL.