Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-cores
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Speed 24 MHz - not 24 Hz for Lowest voltage
main
Defragster
5 anni fa
parent
0b835752fc
commit
b0d28cfe68
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
teensy4/clockspeed.c
+ 1
- 1
teensy4/clockspeed.c
Vedi 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…
Annulla
Salva