mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 04:33:10 +08:00
mkblctrl param @unit
This commit is contained in:
committed by
Lorenz Meier
parent
9b7452c09b
commit
e285e509c1
@@ -46,6 +46,11 @@
|
||||
/**
|
||||
* Enables testmode (Identify) of MKBLCTRL Driver
|
||||
*
|
||||
* @unit enum
|
||||
* @value 0 Disabled
|
||||
* @value 1 Enabled
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @group MKBLCTRL Testmode
|
||||
*/
|
||||
PARAM_DEFINE_INT32(MKBLCTRL_TEST, 0);
|
||||
|
||||
Reference in New Issue
Block a user