mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Fix a typo in the STM32F4 Discovery board Makefile. From Max Kriegleder
This commit is contained in:
@@ -6730,4 +6730,6 @@
|
|||||||
kconfig-frontends tools (2014-3-1).
|
kconfig-frontends tools (2014-3-1).
|
||||||
* configs/eagle100/nsh: Configuration converted to use the
|
* configs/eagle100/nsh: Configuration converted to use the
|
||||||
kconfig-frontends tools (2014-3-1).
|
kconfig-frontends tools (2014-3-1).
|
||||||
|
* configs/stm32f4discovery/src/Makefile: Fix type: stm32_pwm.c not
|
||||||
|
stm32_psm.c. Noted by Max Kriegleder (2014-3-1).
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ CSRCS += stm32_usb.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_PWM),y)
|
ifeq ($(CONFIG_PWM),y)
|
||||||
CSRCS += stm32_psm.c
|
CSRCS += stm32_pwm.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_QENCODER),y)
|
ifeq ($(CONFIG_QENCODER),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user