mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 03:40:38 +08:00
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:
@@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user