From d6d8973800a603428950ae5302c294fc419b4f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 9 May 2020 20:51:06 +0200 Subject: [PATCH] Fix typo in comment --- stm-firmware/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-firmware/main.c b/stm-firmware/main.c index 97b29ab..ee03f9a 100644 --- a/stm-firmware/main.c +++ b/stm-firmware/main.c @@ -229,7 +229,7 @@ int main() /* Activate loundspeaker permanently */ loudspeaker_set(1); } else if (pid_controller_active) { - /* In case temperature measuremnt is okay and controlelr is working, write output power */ + /* In case temperature measurement is okay and controlelr is working, write output power */ oven_driver_set_power(pid_controller_output < 0 ? 0U : (uint8_t)pid_controller_output); }