Skip to content
Snippets Groups Projects
Commit 3bda6e08 authored by Daniel Agar's avatar Daniel Agar
Browse files

mkblctrl_params.c param metadata

parent 18b6815e
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,9 @@
#include <systemlib/param/param.h>
/**
* Enables testmode (Identify) of MKBLCTRL Driver
* Test mode (Identify) of MKBLCTRL Driver
*
* @value 0 Disabled
* @value 1 Enabled
* @min 0
* @max 1
* @boolean
* @group MKBLCTRL Testmode
*/
PARAM_DEFINE_INT32(MKBLCTRL_TEST, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment