summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/debug.c b/firmware/debug.c
index 6c688abb06..23ba8f8117 100644
--- a/firmware/debug.c
+++ b/firmware/debug.c
@@ -22,8 +22,8 @@
22#include <stdarg.h> 22#include <stdarg.h>
23#include "config.h" 23#include "config.h"
24 24
25char debugmembuf[100]; 25static char debugmembuf[100];
26char debugbuf[200]; 26static char debugbuf[200];
27 27
28#ifndef SIMULATOR /* allow non archos platforms to display output */ 28#ifndef SIMULATOR /* allow non archos platforms to display output */
29 29