ardupilot/libraries/SRV_Channel
Andrew Tridgell 1c503ee459 SRV_Channel: removed create() method for objects
See discussion here:

  https://github.com/ArduPilot/ardupilot/issues/7331

we were getting some uninitialised variables. While it only showed up in
AP_SbusOut, it means we can't be sure it won't happen on other objects,
so safest to remove the approach

Thanks to assistance from Lucas, Peter and Francisco
2017-12-14 08:12:28 +11:00
..
SRV_Channel.cpp SRV_Channel: function definition for winch 2017-10-27 09:20:38 +09:00
SRV_Channel.h SRV_Channel: removed create() method for objects 2017-12-14 08:12:28 +11:00
SRV_Channel_aux.cpp SRV_Channel: ensure channel_mask is setup 2017-10-22 15:52:50 +11:00
SRV_Channels.cpp SRV_channel: fixed doc names of VOLZ and SBUS 2017-12-09 08:08:00 +11:00