sysclk: fix voltage display issue

This commit is contained in:
souldbminersmwc
2026-02-12 19:19:53 -05:00
parent 243f614887
commit b1ca62ce61

View File

@@ -583,7 +583,7 @@ void ClockManager::Tick()
I2c_BuckConverter_SetMvOut(&I2c_Mariko_GPU, vmin);
}
this->context->voltages[HocClkVoltage_GPU] = vmin;
this->context->voltages[HocClkVoltage_GPU] = vmin * 1000;
}
Board::SetHz((SysClkModule)module, nearestHz);