Skip to content

Commit

Permalink
update params file regarding parameter type change to boolean
Browse files Browse the repository at this point in the history
Co-authored-by: Beat Küng <[email protected]>
  • Loading branch information
bdilman and bkueng authored Jan 24, 2025
1 parent 284f935 commit cbf78cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/commander/commander_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -1025,8 +1025,7 @@ PARAM_DEFINE_INT32(COM_FLTT_LOW_ACT, 3);
+ * By default disabled for safety reasons
+ *
+ * @group Commander
+ * @value 0 Disabled
+ * @value 1 Enabled
+ * @boolean
*
*/
PARAM_DEFINE_INT32(COM_MODE_ARM_CHK, 0);

0 comments on commit cbf78cb

Please sign in to comment.