spelling: occurring

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:17:37 -05:00
parent 9cf1456fff
commit 3f55864a85
4 changed files with 4 additions and 4 deletions

View file

@ -302,7 +302,7 @@ void accessory_send_byte(uint8_t data) {
portENTER_CRITICAL();
if (s_send_history.has_data) {
// The send buffer is full. This means that the receive interrupt hasn't fired to clear the
// buffer which indicates that there is bus contention preventing a stop bit from occuring.
// buffer which indicates that there is bus contention preventing a stop bit from occurring.
s_bus_contention_detected = true;
} else {
s_send_history.data = data;