mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 06:30:31 +00:00
boards/arm/stm32/nucleo-f4x1re/src/stm32_adc.c: fix typo
fix typo, should include ADC file, not PWM file
This commit is contained in:
parent
aa8aa444c2
commit
f04b7137c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue