max3185x: human indexing

This commit is contained in:
Andrey Gusakov 2024-03-11 22:56:03 +03:00 committed by rusefillc
parent 33adccc038
commit c13897a2d1
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public:
for (int i = 0; i < EGT_CHANNEL_COUNT; i++) {
if (isBrainPinValid(m_cs[i])) {
efiPrintf("EGT CS %d @%s", i, hwPortname(m_cs[i]));
efiPrintf("EGT CS %d @%s", i + 1, hwPortname(m_cs[i]));
}
}
#endif