Skip to content

Commit

Permalink
correct editting leftovers in commander_params.c file
Browse files Browse the repository at this point in the history
  • Loading branch information
bdilman committed Jan 24, 2025
1 parent 13955ed commit b8f3869
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/modules/commander/commander_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -1020,12 +1020,12 @@ PARAM_DEFINE_FLOAT(COM_THROW_SPEED, 5);
PARAM_DEFINE_INT32(COM_FLTT_LOW_ACT, 3);

/**
+ * Allow external mode registration while armed.
+ *
+ * By default disabled for safety reasons
+ *
+ * @group Commander
+ * @boolean
* Allow external mode registration while armed.
*
* By default disabled for safety reasons
*
* @group Commander
* @boolean
*
*/
PARAM_DEFINE_INT32(COM_MODE_ARM_CHK, 0);

0 comments on commit b8f3869

Please sign in to comment.