Browse Source

AP_Math: Removed useless "undef INLINE"

mission-4.1.18
Daniel Frenzel 9 years ago committed by Lucas De Marchi
parent
commit
ead51a9d19
  1. 2
      libraries/AP_Math/AP_Math.h

2
libraries/AP_Math/AP_Math.h

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

Loading…
Cancel
Save