Skip to content
Snippets Groups Projects
Commit 82106cc4 authored by CarlOlsson's avatar CarlOlsson Committed by Daniel Agar
Browse files

fw_l1_control: add underscores to perf for consistency

parent e6d378c9
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment