From f04b7137c685ec399e31997afe8918eba5d544cd Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Mon, 18 Nov 2024 16:16:36 +0100 Subject: [PATCH] boards/arm/stm32/nucleo-f4x1re/src/stm32_adc.c: fix typo fix typo, should include ADC file, not PWM file --- boards/arm/stm32/nucleo-f4x1re/src/stm32_adc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/stm32/nucleo-f4x1re/src/stm32_adc.c b/boards/arm/stm32/nucleo-f4x1re/src/stm32_adc.c index 3a5992d3cc1..b51229b36f9 100644 --- a/boards/arm/stm32/nucleo-f4x1re/src/stm32_adc.c +++ b/boards/arm/stm32/nucleo-f4x1re/src/stm32_adc.c @@ -34,7 +34,7 @@ #include "chip.h" #include "arm_internal.h" -#include "stm32_pwm.h" +#include "stm32_adc.h" #include "nucleo-f4x1re.h" #include