mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: Log_Write_SIMSTATE no longer takes dataflash pointer
This commit is contained in:
parent
299c91cf85
commit
09dd750df8
@ -85,7 +85,7 @@ void Copter::Log_Write_EKF_POS()
|
||||
DataFlash.Log_Write_EKF(ahrs);
|
||||
DataFlash.Log_Write_AHRS2(ahrs);
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
sitl.Log_Write_SIMSTATE(&DataFlash);
|
||||
sitl.Log_Write_SIMSTATE();
|
||||
#endif
|
||||
DataFlash.Log_Write_POS(ahrs);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user