Plane: enable CAM_TRIGG_DIST parameter

This commit is contained in:
Andrew Tridgell 2013-06-24 22:40:47 +10:00
parent 45f5d05bd2
commit bb47029564

View File

@ -959,6 +959,10 @@ static void update_GPS(void)
// see if we've breached the geo-fence
geofence_check(false);
#if CAMERA == ENABLED
camera.update_location(current_loc);
#endif
}
calc_gndspeed_undershoot();