mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-31 18:25:17 +02:00
Previous fix casted the float arguments to ints. Use a fabs instead, since it gives easier code to read. The beSmooth check was also moved to further enhance the readability of the code.