summaryrefslogtreecommitdiff
path: root/hdlctest.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 /hdlctest.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 'hdlctest.c')
-rw-r--r--hdlctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdlctest.c b/hdlctest.c
index d098426..e693ae7 100644
--- a/hdlctest.c
+++ b/hdlctest.c
@@ -207,7 +207,7 @@ int main(int argc, char *argv[])
}
ioctl(fd, DAHDI_GETEVENT);
fasthdlc_precalc();
- fasthdlc_init(&fs);
+ fasthdlc_init(&fs, FASTHDLC_MODE_64);
for(;;) {
res = read(fd, outbuf, sizeof(outbuf));
if (hdlcmode) {