mirror of
https://github.com/google/pebble.git
synced 2026-02-10 23:47:19 -05:00
spelling: triggered
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user