summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-11 12:57:38 +0200
committerHiFiPhile <[email protected]>2024-05-11 12:57:38 +0200
commit256ccc47571b36dd8f5aaeaebe583cb7640a4b8d (patch)
treec499e518cfcb37e6b4f13f50579591f941c1cf84 /src
parentad85c37c039f9ef9fe2bf7e1fbc011609bcd98a6 (diff)
Fix CI.
Diffstat (limited to 'src')
-rw-r--r--src/class/audio/audio_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/audio/audio_device.c b/src/class/audio/audio_device.c
index a6139ee42..0df24c163 100644
--- a/src/class/audio/audio_device.c
+++ b/src/class/audio/audio_device.c
@@ -1243,7 +1243,7 @@ static inline bool audiod_fb_send(audiod_function_t *audio)
// 10.14 3 4 Linux, OSX
// 10.14 3 3 Linux
//
- // OSX requires wMaxPacketSize=3 while sending 4 bytes (Wth ?!), so we still send 4 bytes even of correction is applied
+ // OSX requires wMaxPacketSize=3 while sending 4 bytes (WTF ?!), so we still send 4 bytes even of correction is applied
return usbd_edpt_xfer(audio->rhport, audio->ep_fb, (uint8_t *) &audio->feedback.send_buf, 4);
}
#endif