mirror of https://github.com/ArduPilot/ardupilot
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
|
|
||
|
# SBF driver needs double precision
|
||
|
def configure(cfg):
|
||
|
cfg.env.DOUBLE_PRECISION_SOURCES['AP_GPS'] = ['AP_GPS_SBF.cpp']
|