From 38145f954146ee68f9c90855dd6178dc98972133 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Mon, 11 Dec 2017 17:10:38 +0900 Subject: [PATCH] AP_InertialSensor: fix param docs for notch and log settings --- libraries/AP_InertialSensor/AP_InertialSensor.cpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/libraries/AP_InertialSensor/AP_InertialSensor.cpp b/libraries/AP_InertialSensor/AP_InertialSensor.cpp index 6fe7dd29a6..82cbee75e2 100644 --- a/libraries/AP_InertialSensor/AP_InertialSensor.cpp +++ b/libraries/AP_InertialSensor/AP_InertialSensor.cpp @@ -425,16 +425,12 @@ const AP_Param::GroupInfo AP_InertialSensor::var_info[] = { // @User: Advanced AP_GROUPINFO("FAST_SAMPLE", 36, AP_InertialSensor, _fast_sampling_mask, 0), - // @Param: NOTCH_ - // @DisplayName: Notch filter - // @Description: Gyro notch filter - // @User: Advanced + // @Group: NOTCH_ + // @Path: ../Filter/NotchFilter.cpp AP_SUBGROUPINFO(_notch_filter, "NOTCH_", 37, AP_InertialSensor, NotchFilterVector3fParam), - // @Param: LOG_ - // @DisplayName: Log Settings - // @Description: Log Settings - // @User: Advanced + // @Group: LOG_ + // @Path: ../AP_InertialSensor/BatchSampler.cpp AP_SUBGROUPINFO(batchsampler, "LOG_", 39, AP_InertialSensor, AP_InertialSensor::BatchSampler), /*