5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-05 23:48:31 -04:00
ardupilot/libraries/AP_GPS/wscript
2020-09-03 09:56:29 +10:00

5 lines
125 B
Python

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