summaryrefslogtreecommitdiff
path: root/wct4xxp/wct4xxp.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-16 22:35:25 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-16 22:35:25 +0000
commitf29806a8732407f312d3c005f0f38b278516e810 (patch)
treef1d30cee746552aab4347d25cf803e47e92c9766 /wct4xxp/wct4xxp.h
parent9053ac67d7663d4553bb644f01faab1e088140e4 (diff)
Optimize this further. We actually should check the framer ASAP, so that its interrupt gets cleared
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2516 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp/wct4xxp.h')
-rw-r--r--wct4xxp/wct4xxp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/wct4xxp/wct4xxp.h b/wct4xxp/wct4xxp.h
index 8b9de68..42dc2bd 100644
--- a/wct4xxp/wct4xxp.h
+++ b/wct4xxp/wct4xxp.h
@@ -105,9 +105,7 @@ struct t4_regs {
unsigned char regs[NUM_REGS];
};
-#define T4_CHECK_FRAMER 0
-#define T4_CHECK_VPM 1
-#define T4_UPDATE_TIMERS 2
+#define T4_CHECK_VPM 0
#define WCT4_GET_REGS _IOW (ZT_CODE, 60, struct t4_regs)