Explorar el Código

Fix unused variable warning with speed > 2 MHz

teensy4-core
PaulStoffregen hace 10 años
padre
commit
955b61fd15
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +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;

Cargando…
Cancelar
Guardar