ardupilot/libraries/AP_Camera
Andrew Tridgell 9959f6b2df AP_Camera: removed incorrect mavlink sends
these sends did nothing, as MAVLINK_COMM_3 is not connected to
anything. If it was connected they would be dangerous, as a blocking
serial write could cause the stabilization of a copter not to run. If
the serial port was non-blocking it would corrupt the packet.

If we needed something like this it would have to use the MAVLink
packet queueing logic we use elsewhere
2013-07-10 11:51:40 +10:00
..
AP_Camera.cpp AP_Camera: removed incorrect mavlink sends 2013-07-10 11:51:40 +10:00
AP_Camera.h AP_Camera: changed update_location() to return true for camera trigger 2013-07-10 08:39:56 +10:00