ardupilot/libraries/RC_Channel
rmackay9 c3b1a79f6a RC_Channel library: change all "int" types to "int16_t".
Fixes SITL compile error due to type mismatch of set_pwm between .h and .cpp file (this only occurs because on the SITL, "int" is actually "int32_t"
2012-06-02 14:20:58 +09:00
..
examples RC_Channel.pde: fixed compile errors so that it actually works! 2012-06-02 14:00:44 +09:00
RC_Channel.cpp RC_Channel library: change all "int" types to "int16_t". 2012-06-02 14:20:58 +09:00
RC_Channel.h RC_Channel library: change all "int" types to "int16_t". 2012-06-02 14:20:58 +09:00
RC_Channel_aux.cpp RC_Channel_aux: fixed a uninitialied variable error, and save a bit of stack space 2012-02-15 08:50:45 +11:00
RC_Channel_aux.h modify RC_Channel for AP_Param 2012-02-13 16:22:51 +11:00