mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 02:47:35 +08:00
modules remove extra semicolons
This commit is contained in:
committed by
Nuno Marques
parent
08fbd022af
commit
545ce9ae24
@@ -169,7 +169,7 @@ __EXPORT param_t param_for_index(unsigned index);
|
||||
/**
|
||||
* Look up an used parameter by index.
|
||||
*
|
||||
* @param param The parameter to obtain the index for.
|
||||
* @param index The parameter to obtain the index for.
|
||||
* @return The index of the parameter in use, or -1 if the parameter does not exist.
|
||||
*/
|
||||
__EXPORT param_t param_for_used_index(unsigned index);
|
||||
|
||||
Reference in New Issue
Block a user