iMet-1-RS: Bell202 DFT

dump
Zilog80 2016-09-18 21:38:07 +02:00
rodzic c4e40bd0d3
commit c39905c974
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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
{