From 183aea202b386004e40f25f84b30edeb25d35357 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Mar 2014 14:16:34 -0600 Subject: [PATCH] Fix a typo in the STM32F4 Discovery board Makefile. From Max Kriegleder --- configs/stm32f4discovery/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stm32f4discovery/src/Makefile b/configs/stm32f4discovery/src/Makefile index 02c83df9358..132f0516c01 100644 --- a/configs/stm32f4discovery/src/Makefile +++ b/configs/stm32f4discovery/src/Makefile @@ -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)