5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-23 16:23:56 -04:00
ardupilot/libraries/AP_GPS/wscript

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
125 B
Plaintext
Raw Normal View History

# SBF driver needs double precision
def configure(cfg):
cfg.env.DOUBLE_PRECISION_SOURCES['AP_GPS'] = ['AP_GPS_SBF.cpp']