Applied patch from augiedoggie: disable debug in the mpu401 module.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33754 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2009-10-24 17:18:16 +00:00
parent 650454ae2e
commit 49d0a38c13
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
* DEBUG == 2, TRACE & LOG, PRINT with snooze()
*/
#ifndef DEBUG
#define DEBUG 1
#define DEBUG 0
#endif
#undef PRINT