- 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:
parent
7a8b4eef1c
commit
3b38ec302e
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue