summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/chip/tm4c_pinmap.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-10 11:54:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-10 11:54:20 -0600
commit87a79bd2b8f98897de49d6e2bc00dba759f02b3c (patch)
treee343af4c6dc079a0a1ab570305ee969a696f2235 /nuttx/arch/arm/src/tiva/chip/tm4c_pinmap.h
parent6635129582a98c037ef0a22593ae93449843416d (diff)
downloadnuttx-87a79bd2b8f98897de49d6e2bc00dba759f02b3c.tar.gz
nuttx-87a79bd2b8f98897de49d6e2bc00dba759f02b3c.tar.bz2
nuttx-87a79bd2b8f98897de49d6e2bc00dba759f02b3c.zip
TM4C: A few more changes to get a clean compilation
Diffstat (limited to 'nuttx/arch/arm/src/tiva/chip/tm4c_pinmap.h')
-rw-r--r--nuttx/arch/arm/src/tiva/chip/tm4c_pinmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/tiva/chip/tm4c_pinmap.h b/nuttx/arch/arm/src/tiva/chip/tm4c_pinmap.h
index 4e54fa368..a38659b78 100644
--- a/nuttx/arch/arm/src/tiva/chip/tm4c_pinmap.h
+++ b/nuttx/arch/arm/src/tiva/chip/tm4c_pinmap.h
@@ -92,7 +92,7 @@
# define GPIO_ADC_AIN22 (GPIO_FUNC_ANINPUT | GPIO_PORTN | GPIO_PIN_1)
# define GPIO_ADC_AIN23 (GPIO_FUNC_ANINPUT | GPIO_PORTN | GPIO_PIN_0)
-# define GPIO_CAN0_RX_1` (GPIO_FUNC_PFINPUT | GPIO_ALT_1 | GPIO_PORTN | GPIO_PIN_0)
+# define GPIO_CAN0_RX_1 (GPIO_FUNC_PFINPUT | GPIO_ALT_1 | GPIO_PORTN | GPIO_PIN_0)
# define GPIO_CAN0_RX_2 (GPIO_FUNC_PFINPUT | GPIO_ALT_3 | GPIO_PORTF | GPIO_PIN_0)
# define GPIO_CAN0_RX_3 (GPIO_FUNC_PFINPUT | GPIO_ALT_8 | GPIO_PORTB | GPIO_PIN_4)
# define GPIO_CAN0_RX_4 (GPIO_FUNC_PFINPUT | GPIO_ALT_8 | GPIO_PORTE | GPIO_PIN_4)
@@ -228,8 +228,8 @@
# define GPIO_M1_PWM_FAULT2_2 (GPIO_FUNC_PFINPUT | GPIO_ALT_6 | GPIO_PORTK | GPIO_PIN_2)
# define GPIO_M1_PWM_FAULT3 (GPIO_FUNC_PFINPUT | GPIO_ALT_6 | GPIO_PORTK | GPIO_PIN_3)
-# define GPIO_NMI (GPIO_FUNC_PFIO | GPIO_ALT_8 | GPIO_PORTD | GPIO_PIN_7)
-# define GPIO_NMI (GPIO_FUNC_PFIO | GPIO_ALT_8 | GPIO_PORTF | GPIO_PIN_0)
+# define GPIO_NMI_1 (GPIO_FUNC_PFIO | GPIO_ALT_8 | GPIO_PORTD | GPIO_PIN_7)
+# define GPIO_NMI_2 (GPIO_FUNC_PFIO | GPIO_ALT_8 | GPIO_PORTF | GPIO_PIN_0)
# define GPIO_QEI0_IDX_1 (GPIO_FUNC_PFIO | GPIO_ALT_5 | GPIO_PORTH | GPIO_PIN_1)
# define GPIO_QEI0_IDX_2 (GPIO_FUNC_PFIO | GPIO_ALT_5 | GPIO_PORTJ | GPIO_PIN_2)