Skip to content

Commit d420e0d

Browse files
committed
typo fix
1 parent 837776b commit d420e0d

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
@@ -146,7 +146,7 @@ Screen_EPD_EXT4_Fast EPD(eScreen_EPD_290_KS_0F, nano_matter); // Pervasive Disp
146146
#define MATTER_EXAMPLE_NAME "Nano Matter RGB"
147147
148148
static uint8_t countFlush = 1; // Counter for global update
149-
const uint8_t FAST_BEFORE_GLOBAL = 16; // Number of fast updates before golbal update
149+
const uint8_t FAST_BEFORE_GLOBAL = 16; // Number of fast updates before global update
150150
151151
volatile bool button_pressed = false;
152152

0 commit comments

Comments
 (0)