AP_GPS: fix SBAS mode in the SBP2 driver

This commit is contained in:
ebethon 2018-10-22 16:02:24 -07:00 committed by WickedShell
parent 1e56ad4837
commit f67a9af339

View File

@ -337,6 +337,9 @@ AP_GPS_SBP2::_attempt_state_update()
case 4:
state.status = AP_GPS::GPS_OK_FIX_3D_RTK_FIXED;
break;
case 6:
state.status = AP_GPS::GPS_OK_FIX_3D_DGPS;
break;
default:
state.status = AP_GPS::NO_FIX;
break;