1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-31 18:25:17 +02:00
Stefan Karlsson c5ed56226d LP-10 Update previous abs float fix to use fabs
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.
2015-07-12 23:54:37 +02:00
..