forked from KolibriOS/kolibrios
geode: disable debug output
git-svn-id: svn://kolibrios.org@2968 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5b7d788e49
commit
0998f89319
@ -8,7 +8,8 @@
|
||||
|
||||
#include "geode.h"
|
||||
|
||||
#define DBG(format,...) dbgprintf(format,##__VA_ARGS__)
|
||||
//#define DBG(format,...) dbgprintf(format,##__VA_ARGS__)
|
||||
#define DBG(format,...)
|
||||
|
||||
#define BM0_IRQ 0x04
|
||||
#define BM1_IRQ 0x08
|
||||
|
Loading…
Reference in New Issue
Block a user