fw_l1_control: add underscores to perf for consistency

This commit is contained in:
CarlOlsson
2018-10-18 16:20:33 +02:00
committed by Daniel Agar
parent e6d378c9aa
commit 82106cc4c1
@@ -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)
{