From aae89705845096d84279658a36d5d666ef6cfaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Fri, 26 Sep 2025 19:24:50 +0200 Subject: [PATCH] The default example is now _slightly_ less cringe --- example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.c b/example.c index c896d44..29ecf85 100644 --- a/example.c +++ b/example.c @@ -298,7 +298,7 @@ void main(void) { while(1) { lcd_clear(); - printf("hellOwOrld! %d\n", i); + printf("Hellorld! %d\n", i); led_bar_set(i); LED_RED = !(i & 1);