From f873fad96325489cdaf420ecb21d3d9955c41111 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 22 Nov 2024 20:19:01 -0500 Subject: [PATCH] typo --- sent/include/sent_gm_fuel_sensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sent/include/sent_gm_fuel_sensor.h b/sent/include/sent_gm_fuel_sensor.h index cbee5f3..fe15617 100644 --- a/sent/include/sent_gm_fuel_sensor.h +++ b/sent/include/sent_gm_fuel_sensor.h @@ -46,7 +46,7 @@ int32_t gm_GetPressure() { * Sig1 occupies next 3 nibbles in LSB..MSB order * Signals are close, but not identical. * Sig0 shows about 197..198 at 1 Atm (open air) and 282 at 1000 KPa (9.86 Atm) - * Sig1 shows abour 202..203 at 1 Atm (open air) and 283 at 1000 KPa (9.86 Atm) + * Sig1 shows about 202..203 at 1 Atm (open air) and 283 at 1000 KPa (9.86 Atm) * So for 8.86 Atm delta there are: * 84..85 units for sig0 * 80..81 units for sig1