aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/config.h
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2015-03-13 16:16:43 +0100
committerAlex Auvolat <alex@adnab.me>2015-03-13 16:16:43 +0100
commit5bc7fcc00507bbc5ff5bf957a1589209f8495534 (patch)
treef18969c395f6e74e0f299948e376abbe74577f68 /src/kernel/config.h
parent41a4f5309ef298da764bf1dca1254e734a4417f0 (diff)
downloadkogata-5bc7fcc00507bbc5ff5bf957a1589209f8495534.tar.gz
kogata-5bc7fcc00507bbc5ff5bf957a1589209f8495534.zip
Shell begins to be usefull.
Diffstat (limited to 'src/kernel/config.h')
-rw-r--r--src/kernel/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/config.h b/src/kernel/config.h
index e7b9591..f50a4ff 100644
--- a/src/kernel/config.h
+++ b/src/kernel/config.h
@@ -24,6 +24,6 @@
// Comment to disable either form of debug log output
#define DBGLOG_TO_SERIAL
-#define DBGLOG_TO_SCREEN
+//#define DBGLOG_TO_SCREEN
/* vim: set ts=4 sw=4 tw=0 noet :*/