diff options
| author | Reinhard Panhuber <[email protected]> | 2021-04-08 21:48:36 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-04-08 21:48:36 +0200 |
| commit | 2134c1a875d57c79cd431a982d67420101d3c656 (patch) | |
| tree | c3f5c747371b417324227f2654157b52af192c4a /examples | |
| parent | 97d1609c7260f6690a3be119750769a633e46611 (diff) | |
Fix defines in audio_device.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/audio_4_channel_mic/src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/device/audio_4_channel_mic/src/main.c b/examples/device/audio_4_channel_mic/src/main.c index 58fbd401e..6e1ea1e6a 100644 --- a/examples/device/audio_4_channel_mic/src/main.c +++ b/examples/device/audio_4_channel_mic/src/main.c @@ -429,7 +429,6 @@ bool tud_audio_set_itf_close_EP_cb(uint8_t rhport, tusb_control_request_t const { (void) rhport; (void) p_request; - startVal = 0; return true; } |
