mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_SITL: compile system as double so that time advances
This commit is contained in:
parent
ec02ac9378
commit
7238c603c1
|
@ -0,0 +1,2 @@
|
|||
def configure(cfg):
|
||||
cfg.env.DOUBLE_PRECISION_SOURCES['AP_HAL_SITL'] = ['system.cpp']
|
Loading…
Reference in New Issue