disabled superfluous debug output.

git-svn-id: svn://kolibrios.org@4642 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2014-03-13 19:16:29 +00:00
parent 507451f315
commit 7c3c605db6

View File

@ -31,7 +31,7 @@ entry START
MAX_DEVICES = 16
__DEBUG__ = 1
__DEBUG_LEVEL__ = 1 ; 1 = all, 2 = errors only
__DEBUG_LEVEL__ = 2 ; 1 = all, 2 = errors only
TX_RING_SIZE = 4
RX_RING_SIZE = 4