hocclk: fix compile error

This commit is contained in:
souldbminersmwc
2026-05-29 16:16:23 -04:00
parent 532a85b593
commit bc6dd1a4f6

View File

@@ -186,7 +186,7 @@ namespace clockManager {
&& config::GetConfigValue(HocClkConfigValue_MarikoMiddleFreqs)) {
constexpr u32 kStep = 38400000;
constexpr u32 kPcvStep = 76800000;
u32 kmax = ~0;
for (u32 i = 0; i < count; i++) {
for (u32 j = 0; j < count; j++) {
if (freqs[j] + kStep == freqs[i]) {