< the place where 2 spaces should have been.

This commit is contained in:
Christian Rahl
2022-01-22 22:58:46 -05:00
parent 9eaa66f063
commit 6a9c648b62

View File

@@ -783,7 +783,7 @@ void showDebugMenu(void) {
OLED::printNumber(TipThermoModel::getTipMaxInC(), 3, FontStyle::SMALL);
break;
case 13:
// Print raw hall effect value if availabe, none if hall effect disabled.
// Print raw hall effect value if availabe, none if hall effect disabled.
#ifdef HALL_SENSOR
OLED::printNumber(getRawHallEffect(), 6, FontStyle::SMALL);
#else