revert unneeded change

This commit is contained in:
Laura Klünder
2023-04-24 00:24:18 +02:00
parent c783fb545a
commit 9dfb5cfb4b

View File

@@ -92,7 +92,7 @@ enum StatusLED {
LED_COOLING_STILL_HOT, // The unit is off and cooling but still hot
LED_UNKNOWN, //
};
void setStatusLED(enum StatusLED state, bool buzzer);
void setStatusLED(const enum StatusLED state, bool buzzer);
// preStartChecks are run until they return 0
// By the PID, after each ADC sample comes in