mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 09:50:34 +08:00
4cedcfc58e
The function calls ceil() and floor() but passes an int and there is obviously no implementation for that so clang fails. It seems like exp should be a float from this code. Signed-off-by: Mark Charlebois <charlebm@gmail.com>