mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: triggered
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
cceec5ae32
commit
cb44bb9967
2 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ void qemu_serial_init(void) {
|
|||
|
||||
|
||||
// -----------------------------------------------------------------------------------------
|
||||
// KernelMain callback triggred by our ISR handler when we detect a high water mark on our
|
||||
// KernelMain callback triggered by our ISR handler when we detect a high water mark on our
|
||||
// receive buffer or a footer signature
|
||||
static void prv_process_receive_buffer(void *context) {
|
||||
uint32_t msg_bytes;
|
||||
|
|
|
@ -50,7 +50,7 @@ void qemu_serial_private_init_state(QemuSerialGlobals *state)
|
|||
|
||||
|
||||
// -----------------------------------------------------------------------------------------
|
||||
// Helper function triggred by our ISR handler when we detect a high water mark on our receive
|
||||
// Helper function triggered by our ISR handler when we detect a high water mark on our receive
|
||||
// buffer or a footer signature.
|
||||
//
|
||||
// Parses the ISR's circular buffer and collects assembled message into a message buffer. If
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue