mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 05:20:35 +08:00
fw_l1_control: add underscores to perf for consistency
This commit is contained in:
@@ -39,7 +39,7 @@ FixedwingPositionControl::FixedwingPositionControl() :
|
||||
ModuleParams(nullptr),
|
||||
_sub_airspeed(ORB_ID(airspeed)),
|
||||
_sub_sensors(ORB_ID(sensor_bias)),
|
||||
_loop_perf(perf_alloc(PC_ELAPSED, "fw l1 control")),
|
||||
_loop_perf(perf_alloc(PC_ELAPSED, "fw_l1_control")),
|
||||
_launchDetector(this),
|
||||
_runway_takeoff(this)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user