Fix usb hubs

This commit is contained in:
atoktoto
2022-11-19 18:08:31 +01:00
parent 21e003af22
commit 0a844f2a30

View File

@@ -490,7 +490,7 @@ bool midih_set_config(uint8_t dev_addr, uint8_t itf_num)
p_midi_host->configured = true;
// TODO I don't think there are any special config things to do for MIDI
usbh_driver_set_config_complete(dev_addr, p_midi_host->itf_num);
return true;
}