summaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-01-04 19:16:05 +0100
committerAndreas Eversberg2010-01-04 19:16:05 +0100
commitee7da8a9d7f64695f0111f8633d5f8ea173b77be (patch)
treed0860f8285a03d2ec8bc70fa94107e710b1cf27c /main.h
parentFixed dialing of national or international number type. (Used for GSM) (diff)
downloadlcr-ee7da8a9d7f64695f0111f8633d5f8ea173b77be.tar.gz
lcr-ee7da8a9d7f64695f0111f8633d5f8ea173b77be.tar.xz
lcr-ee7da8a9d7f64695f0111f8633d5f8ea173b77be.zip
Corrected debug values for GSM port type.
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.h b/main.h
index e5802de..0dc82d4 100644
--- 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