mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_Param: minor format fixes
This commit is contained in:
parent
98cd300885
commit
2ccb9061d9
@ -292,7 +292,6 @@ public:
|
|||||||
///
|
///
|
||||||
static AP_Param * find_by_index(uint16_t idx, enum ap_var_type *ptype, ParamToken *token);
|
static AP_Param * find_by_index(uint16_t idx, enum ap_var_type *ptype, ParamToken *token);
|
||||||
|
|
||||||
|
|
||||||
/// Find a variable by pointer
|
/// Find a variable by pointer
|
||||||
///
|
///
|
||||||
///
|
///
|
||||||
@ -881,7 +880,6 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// Convenience macro for defining instances of the AP_ParamT template.
|
/// Convenience macro for defining instances of the AP_ParamT template.
|
||||||
///
|
///
|
||||||
// declare a scalar type
|
// declare a scalar type
|
||||||
|
Loading…
Reference in New Issue
Block a user