kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C
Do What The F*ck You Want To Public License
773 stars 250 forks source link

Don't check senentence length less than MINMEA_MAX_SENTENCE_LENGTH in minmea_check #69

Closed xiaoxiang781216 closed 2 years ago

xiaoxiang781216 commented 2 years ago

since the whole code base can support any length without problem

kosma commented 2 years ago

Good one, thanks! I updated the tests to reflect this change.