AP_HAL_SITL: compile system as double so that time advances

This commit is contained in:
Andy Piper 2023-07-18 21:45:27 +01:00 committed by Peter Hall
parent ec02ac9378
commit 7238c603c1
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
def configure(cfg):
cfg.env.DOUBLE_PRECISION_SOURCES['AP_HAL_SITL'] = ['system.cpp']