AP_SmartRTL: rename dataflash to logger

This commit is contained in:
Tom Pittenger 2019-02-11 00:13:48 -08:00 committed by Peter Barker
parent e9bb6a7d69
commit 15b89f37ef
2 changed files with 2 additions and 2 deletions

View File

@ -817,7 +817,7 @@ AP_SmartRTL::dist_point AP_SmartRTL::segment_segment_dist(const Vector3f &p1, co
return {dP.length(), midpoint};
}
// de-activate SmartRTL, send warning to GCS and log to dataflash
// de-activate SmartRTL, send warning to GCS and logger
void AP_SmartRTL::deactivate(SRTL_Actions action, const char *reason)
{
_active = false;

View File

@ -155,7 +155,7 @@ private:
// get the closest distance between 2 line segments and the point midway between the closest points
static dist_point segment_segment_dist(const Vector3f& p1, const Vector3f& p2, const Vector3f& p3, const Vector3f& p4);
// de-activate SmartRTL, send warning to GCS and log to dataflash
// de-activate SmartRTL, send warning to GCS and logger
void deactivate(SRTL_Actions action, const char *reason);
// logging