- 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
This commit is contained in:
stefan 2010-08-02 09:01:56 +00:00
parent 7a8b4eef1c
commit 3b38ec302e

View file

@ -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)