Sfoglia il codice sorgente

Speed 24 MHz - not 24 Hz for Lowest voltage

main
Defragster 5 anni fa
parent
commit
b0d28cfe68
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +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 <= 24000000) {
voltage = 950; // 0.95
}


Loading…
Annulla
Salva