diff options
Diffstat (limited to 'firmware/debug.c')
| -rw-r--r-- | firmware/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/debug.c b/firmware/debug.c index 6c688ab..23ba8f8 100644 --- a/firmware/debug.c +++ b/firmware/debug.c @@ -22,8 +22,8 @@ #include <stdarg.h> #include "config.h" -char debugmembuf[100]; -char debugbuf[200]; +static char debugmembuf[100]; +static char debugbuf[200]; #ifndef SIMULATOR /* allow non archos platforms to display output */ |