mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-19 04:24:05 -04:00
[MOS-225] Review applied
As above.
This commit is contained in:
committed by
Adam Dobrowolski
parent
224f397370
commit
1fff92e9d6
@@ -10,8 +10,8 @@ namespace sys::cpu
|
||||
: toHold(toHold), profile(profile)
|
||||
{}
|
||||
|
||||
bsp::CpuFrequencyMHz FrequencyHold::calculateImplementation(const AlgorithmData&data)
|
||||
bsp::CpuFrequencyMHz FrequencyHold::calculateImplementation(const AlgorithmData &data)
|
||||
{
|
||||
return std::max(toHold, profile.minimalFrequency);
|
||||
}
|
||||
};
|
||||
}; // namespace sys::cpu
|
||||
|
||||
Reference in New Issue
Block a user