summaryrefslogtreecommitdiff
path: root/wctdm24xxp/wctdm24xxp.h
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-02 20:30:58 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-02 20:30:58 +0000
commit9099095634b7c959954a1d420c277b743e6ee7f6 (patch)
tree50cc73d7844e503e879812a5afc60e8423ddb481 /wctdm24xxp/wctdm24xxp.h
parentdf19a0df6dab13f2be16680f039f0fe68a778198 (diff)
VPMADT032 stability changes for wctdm24xxp and wcte12xp:
- Remove double reads. - Wait for writes to complete before starting reads. - Optimize reads of multi-word register. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3592 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp/wctdm24xxp.h')
-rw-r--r--wctdm24xxp/wctdm24xxp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm24xxp/wctdm24xxp.h b/wctdm24xxp/wctdm24xxp.h
index 8e41d66..c5d6042 100644
--- a/wctdm24xxp/wctdm24xxp.h
+++ b/wctdm24xxp/wctdm24xxp.h
@@ -147,7 +147,7 @@ struct vpm150m {
unsigned long desiredecstate;
unsigned long curdtmfmutestate;
unsigned long desireddtmfmutestate;
- struct vpm150m_cmd cmdq[MAX_COMMANDS];
+ struct vpm150m_cmd cmdq[VPM150M_MAX_COMMANDS];
unsigned char curtone[24];
};