rppicomidi / usb_midi_host

An application level TinyUSB USB MIDI Host driver for the RP2040
MIT License
69 stars 9 forks source link

Unused callback in example code #16

Open kalj opened 2 days ago

kalj commented 2 days ago

This callback doesn't seem to be good for anything?

https://github.com/rppicomidi/usb_midi_host/blob/a64d35d4879da0d1dc2fe30ec3b6f43bd47ec9bc/examples/arduino/usb_midi_host_example/usb_midi_host_example.ino#L278

rppicomidi commented 1 day ago

You are correct. That callback is a debug artifact that I should have deleted. I will update my code. Thank you for taking the time to report the issue.