Corrected debug values for GSM port type.
authorAndreas Eversberg <jolly@eversberg.eu>
Mon, 4 Jan 2010 18:16:05 +0000 (19:16 +0100)
committerAndreas Eversberg <jolly@eversberg.eu>
Mon, 4 Jan 2010 18:16:05 +0000 (19:16 +0100)
default/options.conf
main.h

index f63bd33..64d0f27 100644 (file)
@@ -12,7 +12,7 @@
 #define DEBUG_PORT     0x0100
 #define DEBUG_ISDN     0x0110
 #define DEBUG_GSM      0x0120
-#define DEBUG_SS5      0x0130
+#define DEBUG_SS5      0x0140
 #define DEBUG_VBOX     0x0180
 #define DEBUG_EPOINT   0x0200
 #define DEBUG_JOIN     0x0400
diff --git a/main.h b/main.h
index e5802de..0dc82d4 100644 (file)
--- a/main.h
+++ b/main.h
@@ -68,8 +68,7 @@ void debug(const char *function, int line, const char *prefix, char *buffer);
 #define DEBUG_PORT     0x0100
 #define DEBUG_ISDN     0x0110
 #define DEBUG_GSM      0x0120
-#define DEBUG_SS5      0x0130
-//#define DEBUG_KNOCK  0x0140
+#define DEBUG_SS5      0x0140
 #define DEBUG_VBOX     0x0180
 #define DEBUG_EPOINT   0x0200
 #define DEBUG_JOIN     0x0400