bugfix: finishing move to 'setRedText'

This commit is contained in:
rusefillc 2023-09-02 08:54:48 -04:00
parent 4d96e1207d
commit eff614c869
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ bool testEcuDigitalOutputs(size_t startStepIndex) {
} else {
setRedText();
globalEverythingHappy = true;
chprintf(chp, "%d/%d !!!!!!! BAD channel %d !!!!!!!!!!!!!!!\r\n",
chprintf(chp, "!!!!!!! BAD channel %d !!!!!!!!!!!!!!!\r\n",
index2human(currentIndex));
setNormalText();
}