Merge "correct the conversion of ConstellationType"

This commit is contained in:
Linux Build Service Account 2017-03-28 21:31:04 -07:00 committed by Gerrit - the friendly Code Review server
commit a760fcb28c

View file

@ -70,7 +70,7 @@ void convertGnssConstellationType(GnssSvType& in, GnssConstellationType& out)
{
switch(in) {
case GNSS_SV_TYPE_GPS:
out = GnssConstellationType::UNKNOWN;
out = GnssConstellationType::GPS;
break;
case GNSS_SV_TYPE_SBAS:
out = GnssConstellationType::SBAS;