Changeset 1160 for trunk/csctapi/config.h
- Timestamp:
- 01/10/10 13:22:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/csctapi/config.h
r1084 r1160 3 3 4 4 #include "../oscam-config.h" 5 #include "../globals.h"6 5 7 6 /* Debug CT-API */ 8 7 /* #undef DEBUG_CTAPI */ 9 // 8 //#define DEBUG_CTAPI 1 10 9 11 10 /* Debug Integrated Circuit Card */ 12 11 /* #undef DEBUG_ICC */ 13 //#define DEBUG_ICC 112 #define DEBUG_ICC 1 14 13 15 14 /* Debug Interface Device */ 16 15 /* #undef DEBUG_IFD */ 17 //#define DEBUG_IFD 116 #define DEBUG_IFD 1 18 17 19 18 /* Debug IFD Handler */ 20 19 /* #undef DEBUG_IFDH */ 21 //#define DEBUG_IFDH 120 #define DEBUG_IFDH 1 22 21 23 22 /* Debug Input/Output */ 24 23 /* #undef DEBUG_IO */ 25 //#define DEBUG_IO 124 #define DEBUG_IO 1 26 25 27 26 /* Debug Protocol */ 28 27 /* #undef DEBUG_PROTOCOL */ 29 //#define DEBUG_PROTOCOL 128 #define DEBUG_PROTOCOL 1 30 29 31 30 //#define PROTOCOL_T0_ISO 1 32 //#define PROTOCOL_T1_ISO 131 #define PROTOCOL_T1_ISO 1 33 32 34 33
Note:
See TracChangeset
for help on using the changeset viewer.