NeoGPS
NeoGPS copied to clipboard
fix: Add missing return statement for bool parseNavPvt
The non-void function ubloxGPS::parseNavPvt( uint8_t chr ) is missing a return function.