diff options
| author | hathach <[email protected]> | 2026-04-25 23:00:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-25 23:00:48 +0700 |
| commit | 2dc90e364aa4354a2f07912a2fb6b22169928a35 (patch) | |
| tree | ac006e58a7935c986882f546af5006a0cabbaa39 /examples/device/audio_test_multi_rate/src | |
| parent | b87876b2760cf265b093637205c3e72e7550f521 (diff) | |
| parent | 4c7fd70e53b34bf63ef9334f2b5624cac48299f1 (diff) | |
Merge branch 'master' into musb-followup-3594
# Conflicts:
# src/common/tusb_types.h
# src/portable/mentor/musb/dcd_musb.c
Diffstat (limited to 'examples/device/audio_test_multi_rate/src')
| -rw-r--r-- | examples/device/audio_test_multi_rate/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/audio_test_multi_rate/src/main.c b/examples/device/audio_test_multi_rate/src/main.c index 952176997..a86beb415 100644 --- a/examples/device/audio_test_multi_rate/src/main.c +++ b/examples/device/audio_test_multi_rate/src/main.c @@ -532,7 +532,7 @@ static bool audio20_get_req_entity(uint8_t rhport, tusb_control_request_t const bool tud_audio_set_itf_cb(uint8_t rhport, tusb_control_request_t const *p_request) { (void) rhport; //uint8_t const itf = tu_u16_low(tu_le16toh(p_request->wIndex)); - uint8_t const alt = tu_u16_low(tu_le16toh(p_request->wValue)); + uint8_t const alt = tu_u16_low(p_request->wValue); // Clear buffer when streaming format is changed if (alt != 0) { |
