ArduCopter: alt hold bug fix - removed reset next_WP in init_home

This commit is contained in:
rmackay9 2012-09-23 01:00:06 +09:00
parent 26e526c3ab
commit 12a1f3244b

View File

@ -208,9 +208,6 @@ static void init_home()
// Save prev loc this makes the calcs look better before commands are loaded
prev_WP = home;
// in case we RTL
next_WP = home;
// Load home for a default guided_WP
// -------------
guided_WP = home;