Explorar el Código

F_BUS 128MHZ for pins_teensy.c

teensy4-core
Frank Bösing hace 6 años
padre
commit
f6d7053eb5
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      teensy3/pins_teensy.c

+ 4
- 1
teensy3/pins_teensy.c Ver fichero

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

Cargando…
Cancelar
Guardar