commit | 0575c2e2192cad47b45d0b1378d940694bb4a41c | [log] [tgz] |
---|---|---|
author | Sam Leffler <sleffler@google.com> | Sun May 12 15:06:04 2024 -0700 |
committer | Sam Leffler <sleffler@google.com> | Mon May 13 21:22:46 2024 +0000 |
tree | f198fa4519814d8983336fbcd302aebbcdef828a | |
parent | 18e5d317e2f20c6908ca3644742bbc7f5f5ed0c2 [diff] |
soundstream: typos Bypass-Presubmit-Reason: no sencha CI tests Change-Id: I9c1fb39e28307c7515e0c415dc84b9d948acee55
diff --git a/sw/device/cheriot/soundstream/i2s.cc b/sw/device/cheriot/soundstream/i2s.cc index 90a04bf..e5a5efb 100644 --- a/sw/device/cheriot/soundstream/i2s.cc +++ b/sw/device/cheriot/soundstream/i2s.cc
@@ -54,7 +54,7 @@ semaphore_put(&startup); } -// NB: could be atomic but not needed for our ussage. +// NB: could be atomic but not needed for our usage. volatile bool rx_watermark_seen = false; void i2s_isr(void) {
diff --git a/sw/device/cheriot/soundstream/mailbox.cc b/sw/device/cheriot/soundstream/mailbox.cc index 174c17f..8861bbc 100644 --- a/sw/device/cheriot/soundstream/mailbox.cc +++ b/sw/device/cheriot/soundstream/mailbox.cc
@@ -57,7 +57,7 @@ semaphore_put(&startup); } -// NB: could be atomic but not needed for our ussage. +// NB: could be atomic but not needed for our usage. volatile bool button_pressed = false; void mailbox_isr(void) {
diff --git a/sw/device/cheriot/soundstream/ml_top.cc b/sw/device/cheriot/soundstream/ml_top.cc index a7b04c8..38d51bf 100644 --- a/sw/device/cheriot/soundstream/ml_top.cc +++ b/sw/device/cheriot/soundstream/ml_top.cc
@@ -60,7 +60,7 @@ semaphore_put(&startup); } -// NB: could be atomic but not needed for our ussage. +// NB: could be atomic but not needed for our usage. volatile bool finish_done = false; void ml_top_isr(void) {