Revert "Update board.cpp"

This reverts commit 46d7b4e5fe.
This commit is contained in:
Lightos1
2026-04-01 15:36:29 +02:00
parent 2607034b7a
commit 0a2a4cbd6b

View File

@@ -74,12 +74,15 @@ namespace board {
switch (eventState) {
case PscPmState_ReadySleep:
fileUtils::LogLine("Sleep");
soctherm::StopSensors();
break;
case PscPmState_ReadyAwaken:
fileUtils::LogLine("Wake");
soctherm::StartSensors();
break;
case PscPmState_ReadyShutdown:
fileUtils::LogLine("Shutdown");
soctherm::StopSensors();
break;
default: