From 934e4015b310006b5f0722d9f1e12634dfabaa96 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Thu, 7 Jun 2018 06:33:03 +0300 Subject: [PATCH] the serial output seems to hang one computer I tried. need to debug later. disabling it for now. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 58a6147..be99bf7 100644 --- a/src/config.h +++ b/src/config.h @@ -22,6 +22,6 @@ along with this program. If not, see . #define TICK_FREQ_HZ 250 #define CON_TEXTMODE -#define CON_SERIAL +#undef CON_SERIAL #endif /* PCBOOT_CONFIG_H_ */ -- 1.7.10.4