From b07deed6c6f243eb36ed33e529107f463da7d42b Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 7 Jan 2018 20:21:47 +0100 Subject: [PATCH] Land detector: Update param metadata This helps with param transfers and will hide these params by default from the user. --- src/modules/land_detector/land_detector_params.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/land_detector/land_detector_params.c b/src/modules/land_detector/land_detector_params.c index 2376a2b4c9..950956a92d 100644 --- a/src/modules/land_detector/land_detector_params.c +++ b/src/modules/land_detector/land_detector_params.c @@ -38,6 +38,8 @@ * Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. * * @min 0 + * @volatile + * @category system * @group Land Detector * */ @@ -50,6 +52,8 @@ PARAM_DEFINE_INT32(LND_FLIGHT_T_HI, 0); * Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. * * @min 0 + * @volatile + * @category system * @group Land Detector * */