From 6ba090d3ce0615d08505432bbdea51cfd5c1febe Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:48:16 -0500 Subject: [PATCH] spelling: suppressing Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/drivers/accessory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/drivers/accessory.h b/src/fw/drivers/accessory.h index 7fbe03be..1b2a614a 100644 --- a/src/fw/drivers/accessory.h +++ b/src/fw/drivers/accessory.h @@ -76,7 +76,7 @@ bool accessory_send_stream(AccessoryDataStreamCallback stream_callback, void *co void accessory_send_stream_stop(void); //! Stop the driver from reading any input on the accessory port. When input is disabled we can -//! write out the accessory port at higher rates as we don't have to worry about supressing +//! write out the accessory port at higher rates as we don't have to worry about suppressing //! reading back our own output. void accessory_disable_input(void);