This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Speed 24 MHz - not 24 Hz for Lowest voltage
main
Defragster
5 years ago
parent
0b835752fc
commit
b0d28cfe68
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
teensy4/clockspeed.c
+ 1
- 1
teensy4/clockspeed.c
View File
@@ -43,7 +43,7 @@ uint32_t set_arm_clock(uint32_t frequency)
if (voltage > OVERCLOCK_MAX_VOLT) voltage = OVERCLOCK_MAX_VOLT;
}
#endif
} else if (frequency <= 24) {
} else if (frequency <= 24
000000
) {
voltage = 950; // 0.95
}
Write
Preview
Loading…
Cancel
Save