2025-02-16 1:08 AM
i want to report a bug entered in the GNSS libary. in the LibNMEA in the file NMEA_parser.c
in line 679:
missing the == 0 part.
and in line 734
puting binary or ( | ) insted of logic or ( || ).
this is only after the latast changes adding support to GN family.
2025-02-16 1:46 AM - edited 2025-02-24 8:52 AM
Hello @mfried
Thank you so much for escalating this. I've sent your correction request for the « ==0 » to the concerned team for correction on the future releases (under internal ticket number 203896). But for the ||, I think it is correct since we need a logical and not a bitwise operator on the if conditions.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.