From 034c0c702a2233289adf70b7251ba5fd5e95a4ae Mon Sep 17 00:00:00 2001 From: James Goppert Date: Mon, 3 Jul 2017 23:56:47 -0400 Subject: [PATCH] Remove estimator replay log profile. --- src/modules/logger/params.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/modules/logger/params.c b/src/modules/logger/params.c index 940511bb3a..58a5cdefb0 100644 --- a/src/modules/logger/params.c +++ b/src/modules/logger/params.c @@ -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 */