summaryrefslogtreecommitdiff
path: root/firmware/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/debug.c')
-rw-r--r--firmware/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/debug.c b/firmware/debug.c
index 33b55a5c41..ba19a9616a 100644
--- a/firmware/debug.c
+++ b/firmware/debug.c
@@ -24,8 +24,8 @@
24#include "cpu.h" 24#include "cpu.h"
25 25
26#ifdef DEBUG 26#ifdef DEBUG
27static char debugmembuf[100]; 27static char debugmembuf[200];
28static char debugbuf[200]; 28static char debugbuf[400];
29#endif 29#endif
30 30
31#ifndef SIMULATOR /* allow non archos platforms to display output */ 31#ifndef SIMULATOR /* allow non archos platforms to display output */