mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
debugbuf and debugmembuf does not have to be global
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@834 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eacbef9466
commit
80361f8881
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
char debugmembuf[100];
|
static char debugmembuf[100];
|
||||||
char debugbuf[200];
|
static char debugbuf[200];
|
||||||
|
|
||||||
#ifndef SIMULATOR /* allow non archos platforms to display output */
|
#ifndef SIMULATOR /* allow non archos platforms to display output */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue