summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src
diff options
context:
space:
mode:
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