spelling: during

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:28:10 -05:00
parent 5d8096f8f1
commit 6defdc6ebb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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