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/audio_test/src | |
| parent | 87d9e05efa951d6e1b1c63cbb7f4261be96741e1 (diff) | |
fix tud_audio_set_itf_close_EP_cb() typo
Diffstat (limited to 'examples/device/audio_test/src')
| -rw-r--r-- | examples/device/audio_test/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/audio_test/src/main.c b/examples/device/audio_test/src/main.c index 07728e24a..ec47de7b8 100644 --- a/examples/device/audio_test/src/main.c +++ b/examples/device/audio_test/src/main.c @@ -386,7 +386,7 @@ bool tud_audio_get_req_entity_cb(uint8_t rhport, tusb_control_request_t const *p return false;// Yet not implemented } -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; (void) p_request; startVal = 0; |
