Skip to content

Commit 9dd93e5

Browse files
committed
1 parent bf547cf commit 9dd93e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eez/modules/psu/temperature.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void tick() {
9292

9393
if (tickCountMs - g_maxTempCheckStartTickMs > FAN_MAX_TEMP_DELAY * 1000L) {
9494
// turn off power
95-
event_queue::pushEvent(event_queue::HIGH_TEMPERATURE_CH1 + maxChannelTemperatureIndex);
95+
event_queue::pushEvent(event_queue::EVENT_ERROR_HIGH_TEMPERATURE_CH1 + maxChannelTemperatureIndex);
9696
changePowerState(false);
9797
}
9898
} else {

0 commit comments

Comments
 (0)