Merge branch 'noaa-apt-sink' of gitlab.com:LongHairedHacker/gr-satnogs into noaa-apt-sink

This commit is contained in:
Sebastian 2018-01-04 20:05:38 +01:00
commit 1baf103a61
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/* /*
* gr-satnogs: SatNOGS GNU Radio Out-Of-Tree Module * gr-satnogs: SatNOGS GNU Radio Out-Of-Tree Module
* *
* Copyright (C) 2016, 2017 * Copyright (C) 2016, 2017, 2018
* Libre Space Foundation <http://librespacefoundation.org/> * Libre Space Foundation <http://librespacefoundation.org/>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
@ -394,7 +394,7 @@ namespace gr
pmt::mp ("failed_pdu"), pmt::mp ("failed_pdu"),
pmt::make_blob (d_frame_buffer, pmt::make_blob (d_frame_buffer,
d_received_bytes - sizeof(uint16_t))); d_received_bytes - sizeof(uint16_t)));
LOG_WARN("Wrong crc"); LOG_DEBUG("Wrong crc");
} }
d_dec_b = 0x0; d_dec_b = 0x0;
d_shift_reg = 0x0; d_shift_reg = 0x0;