summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoratoktoto <[email protected]>2022-11-19 18:08:31 +0100
committeratoktoto <[email protected]>2022-11-19 18:08:31 +0100
commit0a844f2a3019df04a346232b0e54a9fc89e4c551 (patch)
tree4388483d8e24811e39de8be4a8eee53b2739eefa /src
parent21e003af2234b3211fb9b4da42202c79949e4caa (diff)
Fix usb hubs
Diffstat (limited to 'src')
-rw-r--r--src/class/midi/midi_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/midi/midi_host.c b/src/class/midi/midi_host.c
index d242d33c5..bc87898cc 100644
--- a/src/class/midi/midi_host.c
+++ b/src/class/midi/midi_host.c
@@ -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;
}