mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AntennaTracker: Privatize AP_IntertialSensor Logging
This commit is contained in:
parent
1fb43d63e2
commit
86a75789a6
@ -98,7 +98,7 @@ void Tracker::one_second_loop()
|
|||||||
void Tracker::ten_hz_logging_loop()
|
void Tracker::ten_hz_logging_loop()
|
||||||
{
|
{
|
||||||
if (should_log(MASK_LOG_IMU)) {
|
if (should_log(MASK_LOG_IMU)) {
|
||||||
logger.Write_IMU();
|
AP::ins().Write_IMU();
|
||||||
}
|
}
|
||||||
if (should_log(MASK_LOG_ATTITUDE)) {
|
if (should_log(MASK_LOG_ATTITUDE)) {
|
||||||
Log_Write_Attitude();
|
Log_Write_Attitude();
|
||||||
|
Loading…
Reference in New Issue
Block a user