Fix a typo in the STM32F4 Discovery board Makefile. From Max Kriegleder

This commit is contained in:
Gregory Nutt
2014-03-01 14:16:34 -06:00
parent f32456d562
commit 183aea202b
+1 -1
View File
@@ -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)