From b137a24f306cb731eb76dd0074718e2835e73c3a Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Wed, 25 Nov 2015 11:54:39 +0100 Subject: [PATCH] Free timer 3 --- nuttx-configs/px4fmu-v4/nsh/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuttx-configs/px4fmu-v4/nsh/defconfig b/nuttx-configs/px4fmu-v4/nsh/defconfig index 551a9cd4ff6..96cd833d450 100644 --- a/nuttx-configs/px4fmu-v4/nsh/defconfig +++ b/nuttx-configs/px4fmu-v4/nsh/defconfig @@ -241,12 +241,12 @@ CONFIG_STM32_SPI2=y CONFIG_STM32_SYSCFG=y CONFIG_STM32_TIM1=y # CONFIG_STM32_TIM2 is not set -CONFIG_STM32_TIM3=y +# CONFIG_STM32_TIM3 is not set CONFIG_STM32_TIM4=y # CONFIG_STM32_TIM5 is not set # CONFIG_STM32_TIM6 is not set # CONFIG_STM32_TIM7 is not set -# CONFIG_STM32_TIM8 is not set +CONFIG_STM32_TIM8=y CONFIG_STM32_TIM9=y CONFIG_STM32_TIM10=y CONFIG_STM32_TIM11=y