hwdef: SkyViper-v2450: enable only UBLOX and MAV GPS backends

This commit is contained in:
Peter Barker 2022-01-27 15:25:52 +11:00 committed by Andrew Tridgell
parent 60b8277e1b
commit a4d2194f80

View File

@ -97,3 +97,8 @@ define HAL_WITH_ESC_TELEM 0
define LANDING_GEAR_ENABLED 0
define MODE_TURTLE_ENABLED 0
define WINCH_ENABLED 0
# SkyViper has only one physical GPS but can also take from mavlink:
define AP_GPS_BACKEND_DEFAULT_ENABLED 0
define AP_GPS_UBLOX_ENABLED 1
define AP_GPS_MAV_ENABLED 1