From c595d1e144f537c9a6e805bc0d6d2c11efea2c48 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 25 Sep 2009 16:32:16 +0000 Subject: [PATCH] Fix comment git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2091 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/stm32/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32/chip.h b/arch/arm/src/stm32/chip.h index e28719c414..bedc96592b 100755 --- a/arch/arm/src/stm32/chip.h +++ b/arch/arm/src/stm32/chip.h @@ -55,7 +55,7 @@ # define CONFIG_STM32_HIGHDENSITY 1 /* STM32F101x and STM32F103x w/ 256/512 Kbytes */ # undef CONFIG_STM32_CONNECTIVITYLINE /* STM32F105x and STM32F107x */ # define STM32_NATIM 2 /* Advanced timers TIM1,8 */ -# define STM32_NGTIM 4 /* General timers TIM2,3,4,5 +# define STM32_NGTIM 4 /* General timers TIM2,3,4,5 */ # define STM32 NBTIM 2 /* Basic timers TIM6,7 */ # define STM32_NSPI 1 /* SPI1 */ # define STM32_NUSART 5 /* USART1-3, UART4-5 */