AP_Math: Removed useless "undef INLINE"

This commit is contained in:
Daniel Frenzel 2016-02-01 17:07:50 +01:00 committed by Lucas De Marchi
parent ef7cf7c4aa
commit ead51a9d19

View File

@ -291,6 +291,4 @@ inline uint32_t usec_to_hz(uint32_t usec)
return USEC_PER_SEC / usec;
}
#undef INLINE
#endif // AP_MATH_H