Skip to content

Commit

Permalink
commander: update param description for COM_MOT_TEST_EN
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng authored and dagar committed Jul 27, 2023
1 parent 1c1f8da commit 351a905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/commander/commander_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,10 +896,10 @@ PARAM_DEFINE_INT32(COM_PREARM_MODE, 0);
PARAM_DEFINE_INT32(COM_FORCE_SAFETY, 0);

/**
* Enable Motor Testing
* Enable Actuator Testing
*
* If set, enables the motor test interface via MAVLink (DO_MOTOR_TEST), that
* allows spinning the motors for testing purposes.
* If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that
* allows spinning the motors and moving the servos for testing purposes.
*
* @boolean
* @group Commander
Expand Down

0 comments on commit 351a905

Please sign in to comment.