From 33adccc038d6452129cf6aa180c9df0b63f522f9 Mon Sep 17 00:00:00 2001 From: Andrey Gusakov Date: Mon, 11 Mar 2024 22:54:38 +0300 Subject: [PATCH] max3185x: typo fix --- firmware/hw_layer/sensors/max3185x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/sensors/max3185x.cpp b/firmware/hw_layer/sensors/max3185x.cpp index e33c45e202..f1ec02be1c 100644 --- a/firmware/hw_layer/sensors/max3185x.cpp +++ b/firmware/hw_layer/sensors/max3185x.cpp @@ -134,7 +134,7 @@ public: for (int i = 0; i < EGT_CHANNEL_COUNT; i++) { if (isBrainPinValid(m_cs[i])) { - efiPrintf("ETG CS %d @%s", i, hwPortname(m_cs[i])); + efiPrintf("EGT CS %d @%s", i, hwPortname(m_cs[i])); } } #endif