summaryrefslogtreecommitdiffstats
path: root/firmware/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/debug.c')
-rw-r--r--firmware/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/debug.c b/firmware/debug.c
index ef57053791..6b638c18c2 100644
--- a/firmware/debug.c
+++ b/firmware/debug.c
@@ -28,7 +28,7 @@
#ifdef DEBUG
static char debugmembuf[200];
-#if CONFIG_CPU == SH3704
+#if CONFIG_CPU == SH7034
static char debugbuf[400];
#endif
#endif