mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
fix warning
This commit is contained in:
parent
98e4ba6a12
commit
794bbd7177
@ -123,7 +123,7 @@ uint32_t tud_midi_n_available(uint8_t itf, uint8_t cable_num)
|
|||||||
{
|
{
|
||||||
(void) cable_num;
|
(void) cable_num;
|
||||||
|
|
||||||
midid_interface_t const* midi = &_midid_itf[itf];
|
midid_interface_t* midi = &_midid_itf[itf];
|
||||||
midid_stream_t const* stream = &midi->stream_read;
|
midid_stream_t const* stream = &midi->stream_read;
|
||||||
|
|
||||||
// when using with packet API stream total & index are both zero
|
// when using with packet API stream total & index are both zero
|
||||||
|
Loading…
x
Reference in New Issue
Block a user