From 0051d4148cfe0c187322438fc02e406031d5fc54 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 30 May 2023 13:05:38 +0200 Subject: [PATCH] boards/nucleo-l432kc: provide three periph_timer instances --- boards/nucleo-l432kc/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nucleo-l432kc/include/periph_conf.h b/boards/nucleo-l432kc/include/periph_conf.h index 40fd526183..af45e7ac4a 100644 --- a/boards/nucleo-l432kc/include/periph_conf.h +++ b/boards/nucleo-l432kc/include/periph_conf.h @@ -30,7 +30,7 @@ #include "clk_conf.h" #include "cfg_i2c1_pb6_pb7.h" #include "cfg_rtt_default.h" -#include "cfg_timer_tim2.h" +#include "cfg_timer_tim2_tim15_tim16.h" #ifdef __cplusplus extern "C" {