Skip to content

Commit

Permalink
Add usbh_midi.c to CMakeLists.txt (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
asavartsov authored Sep 20, 2024
1 parent 5112a86 commit 6949061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ add_library(${TARGET} STATIC
Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_ctlreq.c
Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_ioreq.c
Middlewares/ST/STM32_USB_Host_Library/Core/Src/usbh_pipes.c
Middlewares/ST/STM32_USB_Host_Library/Class/MIDI/Src/usbh_midi.c
Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc_bot.c
Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc_scsi.c
Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Src/usbh_msc.c
Expand Down

0 comments on commit 6949061

Please sign in to comment.