mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
[ion] Make sStandardFrequency static
This commit is contained in:
@@ -58,7 +58,7 @@ void shutdownPeripherals(bool keepLEDAwake) {
|
||||
Display::shutdown();
|
||||
}
|
||||
|
||||
Frequency sStandardFrequency = Frequency::High;
|
||||
static Frequency sStandardFrequency = Frequency::High;
|
||||
|
||||
Frequency standardFrequency() {
|
||||
return sStandardFrequency;
|
||||
|
||||
Reference in New Issue
Block a user