From 2a61518c9f73a0bb69f39d09d83cc39b042ef609 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Sat, 24 Jun 2017 05:45:25 -1000 Subject: [PATCH] px4fmu-v5:Enable SPI5 in NuttX --- nuttx-configs/px4fmu-v5/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/px4fmu-v5/nsh/defconfig b/nuttx-configs/px4fmu-v5/nsh/defconfig index 417aa385f3..021867206e 100644 --- a/nuttx-configs/px4fmu-v5/nsh/defconfig +++ b/nuttx-configs/px4fmu-v5/nsh/defconfig @@ -335,7 +335,7 @@ CONFIG_STM32F7_SPI1=y CONFIG_STM32F7_SPI2=y # CONFIG_STM32F7_SPI3 is not set CONFIG_STM32F7_SPI4=y -# CONFIG_STM32F7_SPI5 is not set +CONFIG_STM32F7_SPI5=y CONFIG_STM32F7_SPI6=y CONFIG_STM32F7_TIM1=y # CONFIG_STM32F7_TIM2 is not set