summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm3s/chip.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-23 14:26:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-23 14:26:22 +0000
commit3b9ec2b7dd4cf15048d5196b3a4c2e5f4683634d (patch)
tree316c1d9d389dcf684a9a02d4cc9c8ff701b30581 /nuttx/arch/arm/src/lm3s/chip.h
parent39b40937f83f939a221978a92c3a239d1ce53c32 (diff)
downloadpx4-nuttx-3b9ec2b7dd4cf15048d5196b3a4c2e5f4683634d.tar.gz
px4-nuttx-3b9ec2b7dd4cf15048d5196b3a4c2e5f4683634d.tar.bz2
px4-nuttx-3b9ec2b7dd4cf15048d5196b3a4c2e5f4683634d.zip
Add LM3S SSI driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1818 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lm3s/chip.h')
-rw-r--r--nuttx/arch/arm/src/lm3s/chip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/lm3s/chip.h b/nuttx/arch/arm/src/lm3s/chip.h
index 04639cbee..0abfc2f98 100644
--- a/nuttx/arch/arm/src/lm3s/chip.h
+++ b/nuttx/arch/arm/src/lm3s/chip.h
@@ -50,9 +50,9 @@
/* Get customizations for each supported chip (only the LM3S6918 right now) */
#ifdef CONFIG_ARCH_CHIP_LM3S6918
-# define LMS_NUARTS 2 /* Two UART modules */
-# define LMS_NSSI 2 /* Two SSI modules */
-# define LMS_NETHCONTROLLERS 1 /* One ethenet controller */
+# define LM3S_NUARTS 2 /* Two UART modules */
+# define LM3S_NSSI 2 /* Two SSI modules */
+# define LM3S_NETHCONTROLLERS 1 /* One ethenet controller */
#else
# error "No Ethernet support for this LM3S chip"
#endif
@@ -63,7 +63,7 @@
#include "lm3s_syscontrol.h" /* System control module */
#include "lm3s_gpio.h" /* GPIO modules */
#include "lm3s_uart.h" /* UART modules */
-#include "lm2s_ssi.h" /* SSI modules */
+#include "lm3s_ssi.h" /* SSI modules */
#include "lm3s_ethernet.h" /* Ethernet MAC and PHY */
#include "lm3s_flash.h" /* FLASH */