sysclk: remove unnessesary code

This commit is contained in:
souldbminersmwc
2026-02-19 16:35:12 -05:00
parent 1ad3f6c441
commit cbed5e11ab

View File

@@ -683,8 +683,6 @@ void ClockManager::Tick()
if(this->config->GetConfigValue(HorizonOCConfigValue_BatteryChargeCurrent)) {
I2c_Bq24193_SetFastChargeCurrentLimit(this->config->GetConfigValue(HorizonOCConfigValue_BatteryChargeCurrent));
}
if((GpuSchedulingOverrideMethod)this->config->GetConfigValue(HorizonOCConfigValue_GPUSchedulingMethod) == GpuSchedulingOverrideMethod_Ini)
Board::SetGpuSchedulingMode((GpuSchedulingMode)this->config->GetConfigValue(HorizonOCConfigValue_GPUScheduling), (GpuSchedulingOverrideMethod)this->config->GetConfigValue(HorizonOCConfigValue_GPUSchedulingMethod));
std::uint32_t targetHz = 0;
std::uint32_t maxHz = 0;