Browse Source

F_BUS 128MHZ for pins_teensy.c

main
Frank Bösing 6 years ago
parent
commit
f6d7053eb5
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      teensy3/pins_teensy.c

+ 4
- 1
teensy3/pins_teensy.c View File



#endif #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_MOD (61440 - 1)
#define DEFAULT_FTM_PRESCALE 2 #define DEFAULT_FTM_PRESCALE 2
#elif F_TIMER == 108000000 #elif F_TIMER == 108000000

Loading…
Cancel
Save