mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
Fix a typo in the STM32F4 Discovery board Makefile. From Max Kriegleder
This commit is contained in:
parent
f32456d562
commit
183aea202b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ CSRCS += stm32_usb.c
|
|||
endif
|
||||
|
||||
ifeq ($(CONFIG_PWM),y)
|
||||
CSRCS += stm32_psm.c
|
||||
CSRCS += stm32_pwm.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_QENCODER),y)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue