summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm/chip/lm_pinmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/lm/chip/lm_pinmap.h')
-rw-r--r--nuttx/arch/arm/src/lm/chip/lm_pinmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lm/chip/lm_pinmap.h b/nuttx/arch/arm/src/lm/chip/lm_pinmap.h
index 311d6fcdc..00b42e73b 100644
--- a/nuttx/arch/arm/src/lm/chip/lm_pinmap.h
+++ b/nuttx/arch/arm/src/lm/chip/lm_pinmap.h
@@ -44,8 +44,10 @@
/* Include the pin mapping file for the specific Stellaris chip */
-#ifdef CONFIG_ARCH_CHIP_LM3S
+#if defined(CONFIG_ARCH_CHIP_LM3S)
# include "chip/lm3s_pinmap.h"
+#elif defined(CONFIG_ARCH_CHIP_LM4F)
+# include "chip/lm4f_pinmap.h"
#else
# error "Unsupported Stellaris PIN mapping"
#endif