Fix defines in audio_device.c

This commit is contained in:
Reinhard Panhuber
2021-04-08 21:48:36 +02:00
parent 97d1609c72
commit 2134c1a875
2 changed files with 26 additions and 3 deletions

View File

@@ -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;
}