AP_Camera: moved seme constructor initialisers around to remove compile warnings

This commit is contained in:
rmackay9 2012-07-12 09:33:22 +09:00
parent 1105a35c77
commit d3426420ad

View File

@ -18,12 +18,12 @@ public:
/// Constructor /// Constructor
/// ///
AP_Camera() : AP_Camera() :
trigger_type (0),
picture_time (0), // waypoint trigger variable picture_time (0), // waypoint trigger variable
wp_distance_min (10),
keep_cam_trigg_active_cycles (0),
thr_pic (0), // timer variable for throttle_pic thr_pic (0), // timer variable for throttle_pic
camtrig (83), // PK6 chosen as it not near anything so safer for soldering camtrig (83), // PK6 chosen as it not near anything so safer for soldering
keep_cam_trigg_active_cycles (0), trigger_type (0)
wp_distance_min (10)
{} {}
// single entry point to take pictures // single entry point to take pictures