mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-14 08:49:26 -05:00
[MOS-278] Fixed frequency hold algorithm behaviour
fixed hold frequency algorithm behaviour added basic tests for frequecy changing updated catch for newer gcc tests added
This commit is contained in:
committed by
Adam Dobrowolski
parent
aacd665eb9
commit
43cd960523
@@ -5,7 +5,7 @@
|
||||
|
||||
namespace sys::cpu
|
||||
{
|
||||
bsp::CpuFrequencyMHz Algorithm::calculate(const AlgorithmData &data)
|
||||
AlgorithmResult Algorithm::calculate(const AlgorithmData &data)
|
||||
{
|
||||
return calculateImplementation(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user