[ion] Make sStandardFrequency static

This commit is contained in:
Léa Saviot
2019-04-11 17:23:32 +02:00
parent a9c0f1a4ba
commit 10b69685bc

View File

@@ -58,7 +58,7 @@ void shutdownPeripherals(bool keepLEDAwake) {
Display::shutdown();
}
Frequency sStandardFrequency = Frequency::High;
static Frequency sStandardFrequency = Frequency::High;
Frequency standardFrequency() {
return sStandardFrequency;