From 3d47d9562abc195fe053de6cac29a59076b4881b Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 8 May 2010 03:51:47 +0000 Subject: Add some lm3s6965 board specifics git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2657 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/lm3s/chip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch') diff --git a/nuttx/arch/arm/src/lm3s/chip.h b/nuttx/arch/arm/src/lm3s/chip.h index d7ed6bb13..1fe701c71 100644 --- a/nuttx/arch/arm/src/lm3s/chip.h +++ b/nuttx/arch/arm/src/lm3s/chip.h @@ -55,7 +55,7 @@ # define LM3S_NUARTS 2 /* Two UART modules */ # define LM3S_NI2C 2 /* Two I2C modules */ # define LM3S_NADC 1 /* One ADC module */ -# define LM2S_NPWM 0 /* No PWM modules */ +# define LM2S_NPWM 0 /* No PWM generator modules */ # define LM3S_NQEI 0 /* No quadrature encoders */ # define LC3S_NGPIOS 38 /* 5-38 GPIOs, depending on configuration */ #elif defined(CONFIG_ARCH_CHIP_LM3S6965) @@ -65,7 +65,7 @@ # define LM3S_NUARTS 3 /* Three UART modules */ # define LM3S_NI2C 2 /* Two I2C modules */ # define LM3S_NADC 1 /* One ADC module */ -# define LM2S_NPWM 3 /* Three PWM modules */ +# define LM2S_NPWM 3 /* Three PWM generator modules */ # define LM3S_NQEI 2 /* Two quadrature encoders */ # define LC3S_NGPIOS 42 /* 0-42 GPIOs */ #else -- cgit v1.2.3