Skip to content
Snippets Groups Projects
Commit 7a051cbd authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

px4fmu param @unit take 2

parent 9c94acc3
No related branches found
No related tags found
No related merge requests found
......@@ -48,12 +48,7 @@
* Set to 1 to invert the channel, 0 for default direction.
*
* @reboot_required true
*
* @unit enum
* @value 0 default
* @value 1 invert
* @min 0
* @max 1
* @unit boolean
* @group PWM Outputs
*/
PARAM_DEFINE_INT32(PWM_AUX_REV1, 0);
......@@ -64,12 +59,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV1, 0);
* Set to 1 to invert the channel, 0 for default direction.
*
* @reboot_required true
*
* @unit enum
* @value 0 default
* @value 1 invert
* @min 0
* @max 1
* @unit boolean
* @group PWM Outputs
*/
PARAM_DEFINE_INT32(PWM_AUX_REV2, 0);
......@@ -80,12 +70,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV2, 0);
* Set to 1 to invert the channel, 0 for default direction.
*
* @reboot_required true
*
* @unit enum
* @value 0 default
* @value 1 invert
* @min 0
* @max 1
* @unit boolean
* @group PWM Outputs
*/
PARAM_DEFINE_INT32(PWM_AUX_REV3, 0);
......@@ -96,12 +81,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV3, 0);
* Set to 1 to invert the channel, 0 for default direction.
*
* @reboot_required true
*
* @unit enum
* @value 0 default
* @value 1 invert
* @min 0
* @max 1
* @unit boolean
* @group PWM Outputs
*/
PARAM_DEFINE_INT32(PWM_AUX_REV4, 0);
......@@ -112,12 +92,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV4, 0);
* Set to 1 to invert the channel, 0 for default direction.
*
* @reboot_required true
*
* @unit enum
* @value 0 default
* @value 1 invert
* @min 0
* @max 1
* @unit boolean
* @group PWM Outputs
*/
PARAM_DEFINE_INT32(PWM_AUX_REV5, 0);
......@@ -128,12 +103,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV5, 0);
* Set to 1 to invert the channel, 0 for default direction.
*
* @reboot_required true
*
* @unit enum
* @value 0 default
* @value 1 invert
* @min 0
* @max 1
* @unit boolean
* @group PWM Outputs
*/
PARAM_DEFINE_INT32(PWM_AUX_REV6, 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