mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Math: Removed useless "undef INLINE"
This commit is contained in:
parent
ef7cf7c4aa
commit
ead51a9d19
@ -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…
Reference in New Issue
Block a user