mirror of https://github.com/ArduPilot/ardupilot
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
|
||
|
|