ardupilot/libraries/PID/examples/pid
Lucas De Marchi d387deb2f5 PID: fix example using wrong type
pid.imax() has type int16_t

../../libraries/PID/examples/pid/pid.cpp:36:53: warning: format ‘%f’ expects argument of type ‘double’, but argument 6 has type ‘int’ [-Wformat=]
             pid.kP(), pid.kI(), pid.kD(), pid.imax());
                                                     ^
2016-02-19 11:51:49 -02:00
..
Makefile build: change from Arduino.mk to apm.mk 2013-01-02 17:29:37 +11:00
make.inc Global: don't link with AP_Progmem 2015-12-27 15:58:12 -02:00
pid.cpp PID: fix example using wrong type 2016-02-19 11:51:49 -02:00
wscript waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00