aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm/chip/lm3s_pinmap.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 18:15:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 18:15:02 +0000
commit35cc14be43ed9ed33da6eb63d66627765cf9f157 (patch)
tree1b4d1241dd040eb89cb7451ba59448a0ca600797 /nuttx/arch/arm/src/lm/chip/lm3s_pinmap.h
parent51fc8af31f24540bd567bd6d808b8a1fffc4adbc (diff)
downloadpx4-firmware-35cc14be43ed9ed33da6eb63d66627765cf9f157.tar.gz
px4-firmware-35cc14be43ed9ed33da6eb63d66627765cf9f157.tar.bz2
px4-firmware-35cc14be43ed9ed33da6eb63d66627765cf9f157.zip
Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to make room in the namespace for LM4F
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5498 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lm/chip/lm3s_pinmap.h')
-rw-r--r--nuttx/arch/arm/src/lm/chip/lm3s_pinmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lm/chip/lm3s_pinmap.h b/nuttx/arch/arm/src/lm/chip/lm3s_pinmap.h
index a478304b0..ca1d53064 100644
--- a/nuttx/arch/arm/src/lm/chip/lm3s_pinmap.h
+++ b/nuttx/arch/arm/src/lm/chip/lm3s_pinmap.h
@@ -263,7 +263,7 @@
# define GPIO_ETHPHY_LED0 (GPIO_FUNC_PFOUTPUT | GPIO_PORTF | 3) /* PF3: LED0 */
# define GPIO_PWM0_1 (GPIO_FUNC_PFOUTPUT | GPIO_PORTG | 1) /* PG1:PWM Generator 0, PWM1 */
#else
-# error "Unknown LM3S chip"
+# error "Unknown Stellaris chip"
#endif
/************************************************************************************