summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 15:45:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 15:45:33 +0000
commit103151bb4289ed721e1beede1fb057b6b7bbc9cc (patch)
tree2ba5d854b9bb85394468cbff1d020eebd4b0cc70 /nuttx/arch/sh/src
parent10565c380b34dc531bb3367c64e2ae973367c61c (diff)
downloadpx4-nuttx-103151bb4289ed721e1beede1fb057b6b7bbc9cc.tar.gz
px4-nuttx-103151bb4289ed721e1beede1fb057b6b7bbc9cc.tar.bz2
px4-nuttx-103151bb4289ed721e1beede1fb057b6b7bbc9cc.zip
Kconfig update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4616 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src')
-rw-r--r--nuttx/arch/sh/src/sh1/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/sh1/chip.h b/nuttx/arch/sh/src/sh1/chip.h
index 21204155f..e907bbd42 100644
--- a/nuttx/arch/sh/src/sh1/chip.h
+++ b/nuttx/arch/sh/src/sh1/chip.h
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include <stdint.h>
-#ifdef CONFIG_ARCH_SH7032
+#ifdef CONFIG_ARCH_CHIP_SH7032
# include "sh1_703x.h"
#endif