Skip to content

Commit bf1c569

Browse files
committed
fix extra }
1 parent 6f95846 commit bf1c569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ThinkInk_mono/ThinkInk_mono.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ void testdrawtext(char *text, uint16_t color) {
9595
display.setTextColor(color);
9696
display.setTextWrap(true);
9797
display.print(text);
98-
}}
98+
}

0 commit comments

Comments
 (0)