This reverts commit b54252ccac, reversing
changes made to 96ff480607.
This commit is contained in:
souldbminersmwc
2025-11-12 18:41:37 -05:00
parent b54252ccac
commit d4fad33020
14 changed files with 2455 additions and 164 deletions

View File

@@ -70,6 +70,7 @@ class ClockManager
bool ConfigIntervalTimeout(SysClkConfigValue intervalMsConfigValue, std::uint64_t ns, std::uint64_t* lastLogNs);
void RefreshFreqTableRow(SysClkModule module);
bool RefreshContext();
void set_sd1_voltage(uint32_t voltage_uv);
static ClockManager *instance;