diff options
| author | Reinhard Panhuber <[email protected]> | 2021-01-19 10:50:19 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-01-19 10:50:19 +0100 |
| commit | 56edc2b2618e542b73c284a3116cf88fd70303e2 (patch) | |
| tree | 0af6d793718c86184bf6344e8633e057aba8c2fb /src/class | |
| parent | 99e6bc37207bc3239d00fc7e47e42b8d22b8adff (diff) | |
Change names from edpt_ISO_xfer to edpt_iso_xfer
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/audio/audio_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/audio/audio_device.c b/src/class/audio/audio_device.c index 8dd1a8fef..616760223 100644 --- a/src/class/audio/audio_device.c +++ b/src/class/audio/audio_device.c @@ -537,7 +537,7 @@ static bool audiod_tx_done_cb(uint8_t rhport, audiod_interface_t* audio, uint16_ // TU_VERIFY(usbd_edpt_xfer(rhport, audio->ep_in, audio->epin_buf, audio->epin_buf_cnt)); - TU_VERIFY(usbd_edpt_ISO_xfer(rhport, audio->ep_in, &audio->epin_ff)); + TU_VERIFY(usbd_edpt_iso_xfer(rhport, audio->ep_in, &audio->epin_ff)); |
