Browse Source

Remove estimator replay log profile.

sbg
James Goppert 8 years ago committed by Lorenz Meier
parent
commit
034c0c702a
  1. 7
      src/modules/logger/params.c

7
src/modules/logger/params.c

@ -76,12 +76,11 @@ PARAM_DEFINE_INT32(SDLOG_MODE, 0); @@ -76,12 +76,11 @@ PARAM_DEFINE_INT32(SDLOG_MODE, 0);
* This parameter is only for the new logger (SYS_LOGGER=1).
*
* @value 0 default
* @value 1 estimator replay
* @value 2 thermal calibration
* @value 3 system identification
* @value 1 thermal calibration
* @value 2 system identification
*
* @min 0
* @max 3
* @max 2
* @reboot_required true
* @group SD Logging
*/

Loading…
Cancel
Save