mirror of https://github.com/ArduPilot/ardupilot
SITL: Remove support for reading gyro data from file for SIM on Hardware build
This commit is contained in:
parent
0f827653c4
commit
010b4fc58c
|
@ -44,3 +44,5 @@ define HAL_HOTT_TELEM_ENABLED 0
|
|||
|
||||
|
||||
define HAL_HIGH_LATENCY2 0
|
||||
|
||||
define AP_SIM_INS_FILE_ENABLED 0
|
||||
|
|
|
@ -28,3 +28,5 @@ define HAL_HOTT_TELEM_ENABLED 0
|
|||
# define HAL_GYROFFT_ENABLED 0
|
||||
|
||||
define HAL_HIGH_LATENCY2 0
|
||||
|
||||
define AP_SIM_INS_FILE_ENABLED 0
|
||||
|
|
Loading…
Reference in New Issue