sysclk: remove unused stuff

This commit is contained in:
souldbminersmwc
2026-01-31 17:12:50 -05:00
parent 2646995b72
commit 1c21187f73
6 changed files with 68 additions and 95 deletions

View File

@@ -766,7 +766,7 @@ std::uint32_t Board::GetPartLoad(SysClkPartLoad loadSource)
return idletick0;
case HocClkPartLoad_BAT:
batteryInfoGetChargeInfo(&info);
return info.BatteryAge;
return info.RawBatteryCharge;
case HocClkPartLoad_FAN:
return fanLevel;
default: