mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: during
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
5d8096f8f1
commit
6defdc6ebb
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ void display_power_disable(void) {
|
|||
|
||||
//!
|
||||
//! Write a single byte synchronously to the display. Use this
|
||||
//! sparingly, as it will tie up the micro duing the write.
|
||||
//! sparingly, as it will tie up the micro during the write.
|
||||
//!
|
||||
void display_write_byte(uint8_t d) {
|
||||
// Block until the tx buffer is empty
|
||||
|
|
|
@ -304,7 +304,7 @@ static void prv_memcpy_backwards(uint32_t* dst, uint32_t* src, int length) {
|
|||
|
||||
//!
|
||||
//! Write a single byte synchronously to the display. Use this
|
||||
//! sparingly, as it will tie up the micro duing the write.
|
||||
//! sparingly, as it will tie up the micro during the write.
|
||||
//!
|
||||
static void prv_display_write_byte(uint8_t d) {
|
||||
// Block until the tx buffer is empty
|
||||
|
|
Loading…
Add table
Reference in a new issue