Plane: rename dataflash to logger

This commit is contained in:
Tom Pittenger 2019-03-28 11:18:37 -07:00
parent 961085fbd1
commit cd0879cff0

View File

@ -837,24 +837,24 @@
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// Dataflash logging control // Logging control
// //
// Each of these logging options may be set to ENABLED to enable, or DISABLED // Each of these logging options may be set to ENABLED to enable, or DISABLED
// to disable the logging of the respective data. // to disable the logging of the respective data.
// //
// LOG_ATTITUDE_FAST DEBUG // 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. // Defaults to DISABLED.
// //
// LOG_ATTITUDE_MED OPTIONAL // 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_ATTITUDE_FAST). Defaults to ENABLED.
// //
// LOG_GPS OPTIONAL // 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 // LOG_PM OPTIONAL
// //