summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authorwmeadows <wmeadows@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-06-16 14:55:56 +0000
committerwmeadows <wmeadows@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-06-16 14:55:56 +0000
commit8eac1970e2483e1d07a8bd8e12744c6a383eebd8 (patch)
treeca7b32a483886e71b2b35974d7a702f63bd49c39 /wctdm.c
parent1e2535a342bfd7928a92c05450e64291e169cbd2 (diff)
Take DC-DC All the way up
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@195 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 9324804..1d924ac 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -581,7 +581,7 @@ static int wcfxs_powerup_proslic(struct wcfxs *wc, int card)
unsigned long origjiffies;
/* Set period of DC-DC converter to 1/64 khz */
- wcfxs_setreg(wc, card, 92, 0xf0 /* was 0xff */);
+ wcfxs_setreg(wc, card, 92, 0xff /* was 0xff */);
/* Engage DC-DC converter */
wcfxs_setreg(wc, card, 93, 0x99 /* was 0x19 */);