frdm-kw41z: Update LPTMR config

This commit is contained in:
Joakim Nohlgård 2018-03-03 09:14:55 +01:00
parent c25613fd5c
commit a49d151919

View File

@ -88,6 +88,8 @@ static const clock_config_t clock_config = {
{ \ { \
.dev = LPTMR0, \ .dev = LPTMR0, \
.irqn = LPTMR0_IRQn, \ .irqn = LPTMR0_IRQn, \
.src = 2, \
.base_freq = 32768u, \
} \ } \
} }
#define TIMER_NUMOF ((PIT_NUMOF) + (LPTMR_NUMOF)) #define TIMER_NUMOF ((PIT_NUMOF) + (LPTMR_NUMOF))