summaryrefslogtreecommitdiff
path: root/hdlcverify.c
diff options
context:
space:
mode:
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) {