forked from Archive/PX4-Autopilot
fix control_allocator: correct PRINT_MODULE_USAGE_NAME
This commit is contained in:
parent
7e0f929ad1
commit
989d9243b7
|
@ -841,7 +841,7 @@ This implements control allocation. It takes torque and thrust setpoints
|
|||
as inputs and outputs actuator setpoint messages.
|
||||
)DESCR_STR");
|
||||
|
||||
PRINT_MODULE_USAGE_NAME(MODULE_NAME, "controller");
|
||||
PRINT_MODULE_USAGE_NAME("control_allocator", "controller");
|
||||
PRINT_MODULE_USAGE_COMMAND("start");
|
||||
PRINT_MODULE_USAGE_DEFAULT_COMMANDS();
|
||||
|
||||
|
|
Loading…
Reference in New Issue