Parcourir la source

Speed 24 MHz - not 24 Hz for Lowest voltage

main
Defragster il y a 6 ans
Parent
révision
b0d28cfe68
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      teensy4/clockspeed.c

+ 1
- 1
teensy4/clockspeed.c Voir le fichier

if (voltage > OVERCLOCK_MAX_VOLT) voltage = OVERCLOCK_MAX_VOLT; if (voltage > OVERCLOCK_MAX_VOLT) voltage = OVERCLOCK_MAX_VOLT;
} }
#endif #endif
} else if (frequency <= 24) {
} else if (frequency <= 24000000) {
voltage = 950; // 0.95 voltage = 950; // 0.95
} }



Chargement…
Annuler
Enregistrer