Merge "correct the conversion of ConstellationType"
This commit is contained in:
commit
a760fcb28c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void convertGnssConstellationType(GnssSvType& in, GnssConstellationType& out)
|
||||||
{
|
{
|
||||||
switch(in) {
|
switch(in) {
|
||||||
case GNSS_SV_TYPE_GPS:
|
case GNSS_SV_TYPE_GPS:
|
||||||
out = GnssConstellationType::UNKNOWN;
|
out = GnssConstellationType::GPS;
|
||||||
break;
|
break;
|
||||||
case GNSS_SV_TYPE_SBAS:
|
case GNSS_SV_TYPE_SBAS:
|
||||||
out = GnssConstellationType::SBAS;
|
out = GnssConstellationType::SBAS;
|
||||||
|
|
Loading…
Reference in a new issue