From 5033bb3ce2cf956e96f90d3bb4fa588e5f8a2ce9 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Thu, 6 Apr 2017 17:01:13 +0200 Subject: [PATCH] drivers: pinmux: stm32l4 fix Fix missing define following recent file clean up. Change-Id: I6ec64098b91324f50c035f410fa3e1beb9aface4 Signed-off-by: Erwan Gouriou --- drivers/pinmux/stm32/pinmux_stm32l4x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pinmux/stm32/pinmux_stm32l4x.h b/drivers/pinmux/stm32/pinmux_stm32l4x.h index cd907993430..92a732f8c46 100644 --- a/drivers/pinmux/stm32/pinmux_stm32l4x.h +++ b/drivers/pinmux/stm32/pinmux_stm32l4x.h @@ -22,6 +22,7 @@ #define STM32L4X_PINMUX_FUNC_PA7_SPI1_MOSI STM32_PINMUX_FUNC_ALT_5 #define STM32L4X_PINMUX_FUNC_PA9_USART1_TX STM32_PINMUX_FUNC_ALT_7 #define STM32L4X_PINMUX_FUNC_PA10_USART1_RX STM32_PINMUX_FUNC_ALT_7 +#define STM32L4X_PINMUX_FUNC_PA15_PWM2_CH1 STM32_PINMUX_FUNC_ALT_1 /* Port B */ #define STM32L4X_PINMUX_FUNC_PB3_SPI1_SCK STM32_PINMUX_FUNC_ALT_5