Tracker: GPS now logs its own data

This commit is contained in:
Peter Barker 2018-04-11 22:22:58 +10:00 committed by Randy Mackay
parent a10c843e6e
commit f3c9761901
1 changed files with 0 additions and 5 deletions

View File

@ -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);
}
}
}