mirror of
https://github.com/google/pebble.git
synced 2025-06-06 18:23:12 +00:00
spelling: occurring
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9cf1456fff
commit
3f55864a85
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue