Land detector: Update param metadata

This helps with param transfers and will hide these params by default from the user.
This commit is contained in:
Lorenz Meier
2018-01-07 20:21:47 +01:00
parent 73348b6c4e
commit b07deed6c6
@@ -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
*
*/