mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 09:00:34 +08:00
parameters: remove obsolete perf_end
This commit is contained in:
@@ -284,7 +284,6 @@ static param_t param_find_internal(const char *name, bool notification)
|
||||
param_set_used(middle);
|
||||
}
|
||||
|
||||
perf_end(param_find_perf);
|
||||
return middle;
|
||||
|
||||
} else if (middle == front) {
|
||||
|
||||
Reference in New Issue
Block a user