diff options
| author | rppicomidi <[email protected]> | 2025-03-19 05:57:01 -0700 |
|---|---|---|
| committer | rppicomidi <[email protected]> | 2025-03-19 05:57:01 -0700 |
| commit | 05e4f8b77786a6bbc4a43e3b8574689714ca3138 (patch) | |
| tree | 656cbd0aecb3be3e5e8ff61d077c40e4914f520a /src | |
| parent | 62f00bdf5d8b2a5941aed3d96865bbe24b117455 (diff) | |
Move iInterface per review comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/midi/midi_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/midi/midi_host.c b/src/class/midi/midi_host.c index 85253f5ca..cfea0c080 100644 --- a/src/class/midi/midi_host.c +++ b/src/class/midi/midi_host.c @@ -56,6 +56,7 @@ TU_ATTR_WEAK void tuh_midi_tx_cb(uint8_t idx, uint32_t xferred_bytes) { (void) i typedef struct { uint8_t daddr; uint8_t bInterfaceNumber; // interface number of MIDI streaming + uint8_t iInterface; uint8_t itf_count; // number of interface including Audio Control + MIDI streaming uint8_t ep_in; // IN endpoint address @@ -82,7 +83,6 @@ typedef struct { } ep_stream; bool mounted; - uint8_t iInterface; // for tuh_midi_itf_get_info() }midih_interface_t; typedef struct { |
