Plane: call Log_Write_POS()

This commit is contained in:
Andrew Tridgell 2015-05-15 14:24:46 +10:00
parent 49146a2a88
commit 2feee9aa88
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ static void Log_Write_Attitude(void)
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
sitl.Log_Write_SIMSTATE(DataFlash);
#endif
DataFlash.Log_Write_POS(ahrs);
}