Skip to content

Commit 53bec35

Browse files
committed
1 index
1 parent fda44af commit 53bec35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BMS/Core/User/Src/FEB_Commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static void subcmd_cells(int argc, char *argv[])
9898
{
9999
float v_c = FEB_ADBMS_GET_Cell_Voltage(bank, cell);
100100
float v_s = FEB_ADBMS_GET_Cell_Voltage_S(bank, cell);
101-
FEB_Console_Printf(" C%02d: %.3f/%.3f\r\n", cell, v_c, v_s);
101+
FEB_Console_Printf(" C%02d: %.3f/%.3f\r\n", cell + 1, v_c, v_s);
102102
}
103103
}
104104
}

0 commit comments

Comments
 (0)