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
Fix unused variable warning with speed > 2 MHz
teensy4-core
PaulStoffregen
hace 10 años
padre
c5336f32ce
commit
955b61fd15
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+2
-0
teensy3/mk20dx128.c
+ 2
- 0
teensy3/mk20dx128.c
Ver fichero
@@ -363,7 +363,9 @@ void ResetHandler(void)
uint32_t *src = &_etext;
uint32_t *dest = &_sdata;
unsigned int i;
#if F_CPU <= 2000000
volatile int n;
#endif
WDOG_UNLOCK = WDOG_UNLOCK_SEQ1;
WDOG_UNLOCK = WDOG_UNLOCK_SEQ2;
Escribir
Vista previa
Cargando…
Cancelar
Guardar