From 6513234d7d98c48ee6ffdd56e19f3e987eb753fb Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Feb 2013 22:11:40 +0000 Subject: STM32F3Discovery port is complete, builds, and is ready for testing git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5622 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/stm32/stm32_rcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/arm/src/stm32/stm32_rcc.c') diff --git a/nuttx/arch/arm/src/stm32/stm32_rcc.c b/nuttx/arch/arm/src/stm32/stm32_rcc.c index 6656186f2..ce045e75f 100644 --- a/nuttx/arch/arm/src/stm32/stm32_rcc.c +++ b/nuttx/arch/arm/src/stm32/stm32_rcc.c @@ -80,6 +80,8 @@ # include "chip/stm32f10xxx_rcc.c" #elif defined(CONFIG_STM32_STM32F20XX) # include "chip/stm32f20xxx_rcc.c" +#elif defined(CONFIG_STM32_STM32F30XX) +# include "chip/stm32f30xxx_rcc.c" #elif defined(CONFIG_STM32_STM32F40XX) # include "chip/stm32f40xxx_rcc.c" #else @@ -179,5 +181,3 @@ void stm32_clockenable(void) #endif } #endif - - -- cgit v1.2.3