1 --- include/os/rt_linux.h.orig 2011-01-07 11:20:02.000000000 +0100
2 +++ include/os/rt_linux.h 2011-01-07 11:21:30.000000000 +0100
5 #define DBGPRINT_RAW(Level, Fmt) \
7 - if (Level <= RTDebugLevel) \
8 +/* if (Level <= RTDebugLevel) \
15 #define DBGPRINT(Level, Fmt) DBGPRINT_RAW(Level, Fmt)