From 80cb7e75f69584ae2b63c876a65671f71a7b2998 Mon Sep 17 00:00:00 2001 From: Radkesvat <134321679+radkesvat@users.noreply.github.com> Date: Sun, 19 May 2024 01:44:06 +0000 Subject: [PATCH] typo --- ww/ww.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ww/ww.c b/ww/ww.c index d81daba3..99a4d524 100644 --- a/ww/ww.c +++ b/ww/ww.c @@ -89,7 +89,7 @@ void idleFreeMem(htimer_t *timer) malloc_trim(0); } -// just because timer is considered "possibly lost" poniter +// just because timer is considered "possibly lost" pointer htimer_t *trim_timer = NULL; _Noreturn void runMainThread(void)