Plane: set mode CIRCLE on short failsafe in AUTO

this makes the code match the docs
This commit is contained in:
Andrew Tridgell 2013-07-19 14:13:48 +10:00
parent 9b70675b12
commit 2d5deddd30

View File

@ -23,7 +23,7 @@ static void failsafe_short_on_event(enum failsafe_state fstype)
case GUIDED:
case LOITER:
if(g.short_fs_action == 1) {
set_mode(RTL);
set_mode(CIRCLE);
}
break;