Ver código fonte

F_BUS 128MHZ for pins_teensy.c

main
Frank Bösing 6 anos atrás
pai
commit
f6d7053eb5
1 arquivos alterados com 4 adições e 1 exclusões
  1. +4
    -1
      teensy3/pins_teensy.c

+ 4
- 1
teensy3/pins_teensy.c Ver arquivo

@@ -456,7 +456,10 @@ extern void usb_init(void);

#endif

#if F_TIMER == 120000000
#if F_TIMER == 128000000
#define DEFAULT_FTM_MOD (65536 - 1)
#define DEFAULT_FTM_PRESCALE 2
#elif F_TIMER == 120000000
#define DEFAULT_FTM_MOD (61440 - 1)
#define DEFAULT_FTM_PRESCALE 2
#elif F_TIMER == 108000000

Carregando…
Cancelar
Salvar