From cd0879cff0c2a58b72c759111948575c411829ea Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Thu, 28 Mar 2019 11:18:37 -0700 Subject: [PATCH] Plane: rename dataflash to logger --- ArduPlane/APM_Config.h.reference | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ArduPlane/APM_Config.h.reference b/ArduPlane/APM_Config.h.reference index 7807f57e19..de61f6000c 100644 --- a/ArduPlane/APM_Config.h.reference +++ b/ArduPlane/APM_Config.h.reference @@ -837,24 +837,24 @@ ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// -// Dataflash logging control +// Logging control // // Each of these logging options may be set to ENABLED to enable, or DISABLED // to disable the logging of the respective data. // // LOG_ATTITUDE_FAST DEBUG // -// Logs basic attitude info to the dataflash at 50Hz (uses more space). +// Logs basic attitude info at 50Hz (uses more space). // Defaults to DISABLED. // // LOG_ATTITUDE_MED OPTIONAL // -// Logs basic attitude info to the dataflash at 10Hz (uses less space than +// Logs basic attitude info at 10Hz (uses less space than // LOG_ATTITUDE_FAST). Defaults to ENABLED. // // LOG_GPS OPTIONAL // -// Logs GPS info to the dataflash at 10Hz. Defaults to ENABLED. +// Logs GPS info at 10Hz. Defaults to ENABLED. // // LOG_PM OPTIONAL //