mirror of https://github.com/ArduPilot/ardupilot
Tracker: GPS now logs its own data
This commit is contained in:
parent
a10c843e6e
commit
f3c9761901
|
@ -98,11 +98,6 @@ void Tracker::update_GPS(void)
|
|||
ground_start_count = 0;
|
||||
}
|
||||
}
|
||||
|
||||
// log GPS data
|
||||
if (should_log(MASK_LOG_GPS)) {
|
||||
DataFlash.Log_Write_GPS(gps, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue