From 1415cc3356fe350ffe8078fb3aa1b27b491336e6 Mon Sep 17 00:00:00 2001 From: martinp Date: Thu, 3 Jul 2003 15:19:16 +0000 Subject: 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 --- wctdm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wctdm.c') 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"); -- cgit v1.2.3