Skip to content

Commit

Permalink
boards/arm/stm32/nucleo-f4x1re/src/stm32_adc.c: fix typo
Browse files Browse the repository at this point in the history
fix typo, should include ADC file, not PWM file
  • Loading branch information
raiden00pl authored and xiaoxiang781216 committed Nov 18, 2024
1 parent aa8aa44 commit f04b713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/stm32/nucleo-f4x1re/src/stm32_adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include "chip.h"
#include "arm_internal.h"
#include "stm32_pwm.h"
#include "stm32_adc.h"
#include "nucleo-f4x1re.h"

#include <arch/board/board.h>
Expand Down

0 comments on commit f04b713

Please sign in to comment.