X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/608ca7e33ab51d812607ddcc3429bfa9aa3c34b0..3903e719137aba15d30dd58b8d917965ec602400:/m17core/src/decode.rs diff --git a/m17core/src/decode.rs b/m17core/src/decode.rs index 911d673..d3dd7ba 100755 --- a/m17core/src/decode.rs +++ b/m17core/src/decode.rs @@ -146,8 +146,6 @@ pub(crate) fn parse_packet(frame: &[f32] /* length 192 */) -> Option packet, None => return None, }; - // TODO: the spec is inconsistent about which bit in packet[25] is EOF - // https://github.com/M17-Project/M17_spec/issues/147 let final_frame = (packet[25] & 0x80) > 0; let number = (packet[25] >> 2) & 0x1f; let counter = if final_frame {