summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authormartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-07-03 15:19:16 +0000
committermartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-07-03 15:19:16 +0000
commit1415cc3356fe350ffe8078fb3aa1b27b491336e6 (patch)
tree043daedb7ffdf2574932fe20956ef0e5e6bb11d0 /wctdm.c
parent084c0bbe666e6bcc9079b729f086a2b07226de33 (diff)
Allow to choose not to calibrate the TDM400P in the Makefile (fix for the "ProSlic died on Calibration" error)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@208 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm.c b/wctdm.c
index 1d924ac..8df338a 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -720,7 +720,7 @@ static int wcfxs_init_proslic(struct wcfxs *wc, int card)
printk("Unable to do FINAL ProSLIC powerup on module %d\n", card);
return -1;
}
-#if 1
+#ifndef NO_CALIBRATION
/* Perform calibration */
if (wcfxs_calibrate(wc, card)) {
printk("ProSlic died on Calibration.\n");