mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Missing Brace
This commit is contained in:
parent
6667e6e078
commit
a0af91d05c
@ -283,7 +283,7 @@ param_count_used(void)
|
||||
param_t
|
||||
param_for_index(unsigned index)
|
||||
{
|
||||
if (index < get_param_info_count())
|
||||
if (index < get_param_info_count()) {
|
||||
return (param_t)index;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user