mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
37d8feb928
only leave uBlox enabled on boards that are running out of flash
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
|
|
|