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) { switch (eventState) {
case PscPmState_ReadySleep: case PscPmState_ReadySleep:
fileUtils::LogLine("Sleep");
soctherm::StopSensors(); soctherm::StopSensors();
break; break;
case PscPmState_ReadyAwaken: case PscPmState_ReadyAwaken:
fileUtils::LogLine("Wake");
soctherm::StartSensors(); soctherm::StartSensors();
break; break;
case PscPmState_ReadyShutdown: case PscPmState_ReadyShutdown:
fileUtils::LogLine("Shutdown");
soctherm::StopSensors(); soctherm::StopSensors();
break; break;
default: default: