mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
revert unneeded change
This commit is contained in:
@@ -92,7 +92,7 @@ enum StatusLED {
|
|||||||
LED_COOLING_STILL_HOT, // The unit is off and cooling but still hot
|
LED_COOLING_STILL_HOT, // The unit is off and cooling but still hot
|
||||||
LED_UNKNOWN, //
|
LED_UNKNOWN, //
|
||||||
};
|
};
|
||||||
void setStatusLED(enum StatusLED state, bool buzzer);
|
void setStatusLED(const enum StatusLED state, bool buzzer);
|
||||||
|
|
||||||
// preStartChecks are run until they return 0
|
// preStartChecks are run until they return 0
|
||||||
// By the PID, after each ADC sample comes in
|
// By the PID, after each ADC sample comes in
|
||||||
|
|||||||
Reference in New Issue
Block a user