ardupilot/libraries/AP_Param
Francisco Ferreira af6d8e3c36 AP_Param: explicitly cast to float to avoid Clang warning
/home/travis/build/ArduPilot/ardupilot/libraries/AP_Param/AP_Param.h:542:22: warning: using floating point absolute value function 'fabsf' when argument is of integer type [-Wabsolute-value]
        bool force = fabsf(_value - v) < FLT_EPSILON;
2016-04-22 17:33:06 +01:00
..
tools
AP_Param.cpp Global: start using cmath instead of math.h 2016-04-05 21:06:19 -07:00
AP_Param.h AP_Param: explicitly cast to float to avoid Clang warning 2016-04-22 17:33:06 +01:00