Ver código fonte

Fix unused variable warning with speed > 2 MHz

main
PaulStoffregen 10 anos atrás
pai
commit
955b61fd15
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      teensy3/mk20dx128.c

+ 2
- 0
teensy3/mk20dx128.c Ver arquivo

@@ -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;

Carregando…
Cancelar
Salvar