mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 16:03:58 -04:00
6 lines
133 B
PHP
6 lines
133 B
PHP
# include file to reduce flash by including less GPS drivers
|
|
|
|
define AP_GPS_BACKEND_DEFAULT_ENABLED 0
|
|
define AP_GPS_UBLOX_ENABLED 1
|
|
|