summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
28 28
29#ifdef DEBUG 29#ifdef DEBUG
30static char debugmembuf[200]; 30static char debugmembuf[200];
31#if CONFIG_CPU == SH3704 31#if CONFIG_CPU == SH7034
32static char debugbuf[400]; 32static char debugbuf[400];
33#endif 33#endif
34#endif 34#endif