From 4e0b6b34a85876714e8063b63583b1a200a3a3b3 Mon Sep 17 00:00:00 2001 From: madcow Date: Mon, 2 Feb 2026 19:29:51 +0000 Subject: [PATCH] Fix ambiguous unicode character --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 6cedc2f..994381c 100644 --- a/src/main.c +++ b/src/main.c @@ -160,7 +160,7 @@ static void Update(void) // TODO: PID control for fan pulse-width modulation? // The dead band represents the lower and upper limits - // of the error between which the controller doesn’t + // of the error between which the controller doesn't // react. state = S_IDLE;