Subversion Repositories Kolibri OS

Rev

Rev 5522 | Rev 5588 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5522 Rev 5527
Line 24... Line 24...
24
        MAX_DEVICES             = 16
24
        MAX_DEVICES             = 16
Line 25... Line 25...
25
 
25
 
26
        __DEBUG__               = 1
26
        __DEBUG__               = 1
Line 27... Line 27...
27
        __DEBUG_LEVEL__         = 2             ; 1 = verbose, 2 = errors only
27
        __DEBUG_LEVEL__         = 2             ; 1 = verbose, 2 = errors only
Line 28... Line 28...
28
 
28
 
29
        MAX_PKT_SIZE            = 4096          ; Maximum packet size
29
        MAX_PKT_SIZE            = 1514          ; Maximum packet size
Line 30... Line 30...
30
 
30