pflarue / ardop

ardopcf - A multi-platform implementation of the Amateur Radio Digital Open Protocol (ARDOP)
Other
30 stars 7 forks source link

Fill unused portion of data frames with zeros #73

Closed pflarue closed 4 months ago

pflarue commented 4 months ago

The Ardop spec (Appendix B, Definition of FrameData) requires that unfilled data frames be padded with zeros. This commit does that.