From 3b38ec302e509acf979547ef2efe275724447b61 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 2 Aug 2010 09:01:56 +0000 Subject: [PATCH] - add "USE_KEYBOARD" in the config example git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@10 315a16e6-25f9-4109-90ae-ca3045a26c18 --- include/metalsvm/config.h.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/metalsvm/config.h.example b/include/metalsvm/config.h.example index 343b9cec..9cca9106 100644 --- a/include/metalsvm/config.h.example +++ b/include/metalsvm/config.h.example @@ -40,7 +40,9 @@ extern "C" { #define BITMAP_SIZE 1048576 #define USE_VGA -//undef USE_VGA +//#undef USE_VGA +#define USE_KEYBOARD +//#undef USE_KEYBOARD #define BUILTIN_EXPECT(exp, b) __builtin_expect((exp), (b)) //#define BUILTIN_EXPECT(exp, b) (exp)