Browse Source

AP_Param: minor format fixes

master
Randy Mackay 6 years ago
parent
commit
2ccb9061d9
  1. 2
      libraries/AP_Param/AP_Param.h

2
libraries/AP_Param/AP_Param.h

@ -292,7 +292,6 @@ public: @@ -292,7 +292,6 @@ public:
///
static AP_Param * find_by_index(uint16_t idx, enum ap_var_type *ptype, ParamToken *token);
/// Find a variable by pointer
///
///
@ -881,7 +880,6 @@ protected: @@ -881,7 +880,6 @@ protected:
};
/// Convenience macro for defining instances of the AP_ParamT template.
///
// declare a scalar type

Loading…
Cancel
Save