diff --git a/boards/nucleo-l152re/include/periph_conf.h b/boards/nucleo-l152re/include/periph_conf.h index 935a733763..20b18f0173 100644 --- a/boards/nucleo-l152re/include/periph_conf.h +++ b/boards/nucleo-l152re/include/periph_conf.h @@ -23,6 +23,7 @@ #define PERIPH_CONF_H #include "periph_cpu.h" +#include "cfg_timer_tim5.h" #ifdef __cplusplus extern "C" { @@ -83,25 +84,6 @@ static const dma_conf_t dma_config[] = { #endif /** @} */ -/** - * @name Timer configuration - * @{ - */ -static const timer_conf_t timer_config[] = { - { - .dev = TIM5, - .max = 0xffffffff, - .rcc_mask = RCC_APB1ENR_TIM5EN, - .bus = APB1, - .irqn = TIM5_IRQn - } -}; - -#define TIMER_0_ISR (isr_tim5) - -#define TIMER_NUMOF (sizeof(timer_config) / sizeof(timer_config[0])) -/** @} */ - /** * @name UART configuration * @{