Skip to content

Commit ca93249

Browse files
committed
typo fix
1 parent 51ba3ff commit ca93249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/hardware/03.nano/boards/nano-matter/tutorials/getting-started-matter-display/getting-started-matter-display.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Screen_EPD_EXT4_Fast EPD(eScreen_EPD_290_KS_0F, nano_matter); // Pervasive Disp
121121
#define MATTER_EXAMPLE_NAME "Nano Matter RGB"
122122
123123
static uint8_t countFlush = 1; // Counter for global update
124-
const uint8_t FAST_BEFORE_GLOBAL = 16; // Number of fast updates before golbal update
124+
const uint8_t FAST_BEFORE_GLOBAL = 16; // Number of fast updates before global update
125125
126126
volatile bool button_pressed = false;
127127

0 commit comments

Comments
 (0)