summaryrefslogtreecommitdiff
path: root/examples/device/audio_test_freertos/src
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-28 00:40:36 +0200
committerHiFiPhile <[email protected]>2024-04-28 01:17:32 +0200
commitef7be4c2ffa0061aec2ea32f530a4037f7309f1e (patch)
tree85b2ef0ad86106da7f3f0b5335c5a83eadb4bc20 /examples/device/audio_test_freertos/src
parentbc8c8df3163bd41d0220746618f6495425344028 (diff)
Fix CI.
Diffstat (limited to 'examples/device/audio_test_freertos/src')
-rw-r--r--examples/device/audio_test_freertos/src/main.c2
-rw-r--r--examples/device/audio_test_freertos/src/plot_audio_samples.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/examples/device/audio_test_freertos/src/main.c b/examples/device/audio_test_freertos/src/main.c
index 903c97d20..a3751da40 100644
--- a/examples/device/audio_test_freertos/src/main.c
+++ b/examples/device/audio_test_freertos/src/main.c
@@ -309,8 +309,6 @@ bool tud_audio_get_req_ep_cb(uint8_t rhport, tusb_control_request_t const * p_re
(void) channelNum; (void) ctrlSel; (void) ep;
- // return tud_control_xfer(rhport, p_request, &tmp, 1);
-
return false; // Yet not implemented
}
diff --git a/examples/device/audio_test_freertos/src/plot_audio_samples.py b/examples/device/audio_test_freertos/src/plot_audio_samples.py
index 6f1518be5..304b2d5de 100644
--- a/examples/device/audio_test_freertos/src/plot_audio_samples.py
+++ b/examples/device/audio_test_freertos/src/plot_audio_samples.py
@@ -31,4 +31,3 @@ if __name__ == '__main__':
plt.ylabel('Amplitude')
plt.title('MicNode')
plt.show()
- \ No newline at end of file