From c39905c9745bd198af9e678b8bd6e94aa7f62978 Mon Sep 17 00:00:00 2001 From: Zilog80 Date: Sun, 18 Sep 2016 21:38:07 +0200 Subject: [PATCH] iMet-1-RS: Bell202 DFT --- imet/imet1rs_dft.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imet/imet1rs_dft.c b/imet/imet1rs_dft.c index a5f0678..a7095fc 100644 --- a/imet/imet1rs_dft.c +++ b/imet/imet1rs_dft.c @@ -319,7 +319,7 @@ int crc16(ui8_t bytes[], int len) { /* -------------------------------------------------------------------------- */ -#define LEN_GPSePTU (18+20+2) +#define LEN_GPSePTU (18+20) /* @@ -431,7 +431,7 @@ int print_frame(int len) { if (option_rawbits) { - print_rawbits(LEN_GPSePTU*BITS); + print_rawbits((LEN_GPSePTU+2)*BITS); } else {