Skip to content

Commit

Permalink
[math] fix stupid typo in FLOAT_VECT3_NORMALIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 27, 2014
1 parent 2b76c64 commit 8a5729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/math/pprz_algebra_float.h
Expand Up @@ -165,7 +165,7 @@ static inline void float_vect3_normalize(struct FloatVect3* v)
}
}

#define FLOAT_VECT3_NORMALIZE(_v) float_vect3_norm(&(_v))
#define FLOAT_VECT3_NORMALIZE(_v) float_vect3_normalize(&(_v))



Expand Down

0 comments on commit 8a5729e

Please sign in to comment.