summaryrefslogtreecommitdiff
path: root/src/console/logbuf_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/logbuf_console.c')
-rw-r--r--src/console/logbuf_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/logbuf_console.c b/src/console/logbuf_console.c
index 3b6c744503..a76791d542 100644
--- a/src/console/logbuf_console.c
+++ b/src/console/logbuf_console.c
@@ -2,7 +2,7 @@
#define LOGBUF_SIZE 1024
-// KEEP THIS GLOBAL.
+// KEEP THIS GLOBAL.
// I need the address so I can watch it with the ARIUM hardware. RGM.
char logbuf[LOGBUF_SIZE];
int logbuf_offset = 0;