libDaisy icon indicating copy to clipboard operation
libDaisy copied to clipboard

Add usbh_midi.c to CMakeLists.txt

Open asavartsov opened this issue 1 year ago • 0 comments

#611 added Middlewares/ST/STM32_USB_Host_Library/Class/MIDI/Src/usbh_midi.c to Makefile but not to CMakeLists.txt.

Let's maybe have it because without it you can't really have USB MIDI working (even if you don't use host option) using provided CMakeLists.txt because of missing symbols during link time.

asavartsov avatar May 03 '24 14:05 asavartsov