ardupilot/libraries/AP_Mount
Matthias Badaire 24af65a41a AP_Mount_Alexmos: critical fix to avoid endless loop if byte arrive to fast in serial buffer
This fix reads the number of bytes available and iterates on it instead of looking for new bytes in the serial buffer (potentially forever)
2015-01-29 14:05:10 +11:00
..
examples/trivial_AP_Mount Mount: fix example sketch 2015-01-28 17:15:46 +09:00
AP_Mount_Alexmos.cpp AP_Mount_Alexmos: critical fix to avoid endless loop if byte arrive to fast in serial buffer 2015-01-29 14:05:10 +11:00
AP_Mount_Alexmos.h AP_Mount_Alexmos: use struct for CMD_CONTROL command 2015-01-29 14:05:09 +11:00
AP_Mount_Backend.cpp Mount_Backend: move set_roi_target, configure to backend 2015-01-29 14:05:07 +11:00
AP_Mount_Backend.h Mount_Backend: move set_roi_target, configure to backend 2015-01-29 14:05:07 +11:00
AP_Mount_MAVLink.cpp Mount_MAVLink: fix to calc_angle_to_location params 2015-01-29 14:05:08 +11:00
AP_Mount_MAVLink.h Mount_MAVLink: remove set_roi_target, configure 2015-01-29 14:05:07 +11:00
AP_Mount_Servo.cpp Mount_Servo: bug fix to calc_angle_to_location params 2015-01-29 14:05:08 +11:00
AP_Mount_Servo.h Mount_Servo: remove set_roi_target, configure 2015-01-29 14:05:07 +11:00
AP_Mount.cpp Mount: add Alexmos to MNT2_TYPE param description 2015-01-29 14:05:09 +11:00
AP_Mount.h AP_Mount: fix Backend enum for AP_Mount_Alexmos and add comments 2015-01-29 14:05:09 +11:00