Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-core-4.1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Speed 24 MHz - not 24 Hz for Lowest voltage
teensy4-core
Defragster
hace 5 años
padre
0b835752fc
commit
b0d28cfe68
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
teensy4/clockspeed.c
+ 1
- 1
teensy4/clockspeed.c
Ver fichero
@@ -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
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar