summaryrefslogtreecommitdiff
path: root/hdlcverify.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-11-04 15:58:42 +0000
committerShaun Ruffell <sruffell@digium.com>2008-11-04 15:58:42 +0000
commit99b9b9cf76f6550673f29e33cfd4511f13ff9056 (patch)
treefbd2c958e1086b048a708b9edb87a01f3175e7ab /hdlcverify.c
parent8e578fd6eee081b3d330a1c2dcfa542b52cbad6b (diff)
Fix compilation issues with the hdlc tests.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5228 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'hdlcverify.c')
-rw-r--r--hdlcverify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdlcverify.c b/hdlcverify.c
index eb736fc..9299fcb 100644
--- a/hdlcverify.c
+++ b/hdlcverify.c
@@ -70,7 +70,7 @@ int main(int argc, char *argv[])
fasthdlc_precalc();
- fasthdlc_init(&receiver);
+ fasthdlc_init(&receiver, FASTHDLC_MODE_64);
hdlcin = open("random.hdlc", O_RDONLY);
if (hdlcin < 0) {