forked from Archive/PX4-Autopilot
mc_att_control: pref counter name fixed
This commit is contained in:
parent
7d80f05b4d
commit
838290fa63
|
@ -262,7 +262,7 @@ MulticopterAttitudeControl::MulticopterAttitudeControl() :
|
|||
_actuators_0_pub(-1),
|
||||
|
||||
/* performance counters */
|
||||
_loop_perf(perf_alloc(PC_ELAPSED, "fw att control"))
|
||||
_loop_perf(perf_alloc(PC_ELAPSED, "mc att control"))
|
||||
|
||||
{
|
||||
memset(&_v_att, 0, sizeof(_v_att));
|
||||
|
|
Loading…
Reference in New Issue