summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-06 17:51:29 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-06 17:51:29 +0000
commit22d6725db5fc569251a79b15c8f6a5d57cace8e9 (patch)
tree1e1f72e1187c87adfac712bbdfbfca7e84c0ee10 /wct4xxp.c
parent1148ac4e7cba6f40fe8984dfcc3b98f0eea87106 (diff)
Fix override...
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@663 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 0fe9ca2..360cf24 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -163,7 +163,7 @@ static inline int t4_queue_work(struct workqueue_struct *wq, struct work_struct
static int debug=DEBUG_ECHOCAN;
static int timingcable;
static int highestorder;
-static int t1e1override = 0x00; //-1;
+static int t1e1override = -1;
static int j1mode = 0;
static int loopback = 0;
static int alarmdebounce = 0;