diff options
| author | hathach <[email protected]> | 2025-08-02 23:23:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-08-02 23:23:20 +0700 |
| commit | d9aa4c6f6184eacafb534bf462d7a90ca71aeac9 (patch) | |
| tree | 8134bd3f58780586388f648d5041d48b20248e4b /examples/device/cdc_uac2/src | |
| parent | 87d9e05efa951d6e1b1c63cbb7f4261be96741e1 (diff) | |
fix tud_audio_set_itf_close_EP_cb() typo
Diffstat (limited to 'examples/device/cdc_uac2/src')
| -rw-r--r-- | examples/device/cdc_uac2/src/uac2_app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_uac2/src/uac2_app.c b/examples/device/cdc_uac2/src/uac2_app.c index 7d5da5ed0..a1a0dd73d 100644 --- a/examples/device/cdc_uac2/src/uac2_app.c +++ b/examples/device/cdc_uac2/src/uac2_app.c @@ -257,7 +257,7 @@ bool tud_audio_set_req_entity_cb(uint8_t rhport, tusb_control_request_t const *p return false; } -bool tud_audio_set_itf_close_EP_cb(uint8_t rhport, tusb_control_request_t const * p_request) +bool tud_audio_set_itf_close_ep_cb(uint8_t rhport, tusb_control_request_t const * p_request) { (void)rhport; |
