From: Nathael Pajani Date: Mon, 11 Mar 2024 15:37:35 +0000 (+0100) Subject: Typo in comments X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=bb0974282105938841efa70ae34ee30d4af5ec8e;p=soft%2Flpc122x%2Fscialys Typo in comments --- diff --git a/v10/main.c b/v10/main.c index 1fb55f4..31f8563 100644 --- a/v10/main.c +++ b/v10/main.c @@ -86,7 +86,7 @@ int water_centi_degrees = 0; int deci_degrees_power = 0; /* Power board sensor */ int deci_degrees_disp = 0; /* Display board sensor */ -/* Set to ABSOLUTE_MAX_WATER_TEMP - 1.5°C when enbling max temp hysteresis */ +/* Set to ABSOLUTE_MAX_WATER_TEMP - 1.5°C when enabling max temp hysteresis */ int max_temp_hysteresys = 0; /* Value in mA computed upon startup from config ext_source_power_limit */