mirror of https://github.com/ArduPilot/ardupilot
AP_Math: removed matrix3 parameter support
This commit is contained in:
parent
1b8cf84801
commit
60af7a6087
|
@ -68,7 +68,6 @@
|
|||
#define WGS84_E (sqrt(2*WGS84_F - WGS84_F*WGS84_F))
|
||||
|
||||
// define AP_Param types AP_Vector3f and Ap_Matrix3f
|
||||
AP_PARAMDEFV(Matrix3f, Matrix3f, AP_PARAM_MATRIX3F);
|
||||
AP_PARAMDEFV(Vector3f, Vector3f, AP_PARAM_VECTOR3F);
|
||||
|
||||
// are two floats equal
|
||||
|
|
Loading…
Reference in New Issue