mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-29 03:14:41 -04:00
15 lines
243 B
Plaintext
15 lines
243 B
Plaintext
@startuml
|
|
#lightblue :12 MHz;
|
|
|
|
partition "**immediately **" {
|
|
if (minFrequencyRequested > currentCpuFrequency) then (yes)
|
|
: IncreaseCpuFrequency();
|
|
else (no)
|
|
stop;
|
|
endif
|
|
}
|
|
|
|
|
|
#lightblue :minFrequencyRequested;
|
|
@enduml
|