mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
Enable RTL
This commit is contained in:
parent
3a453b56c1
commit
6bdc116176
@ -16,8 +16,7 @@ static void failsafe_on_event()
|
|||||||
// 2 = Stay in AUTO and ignore failsafe
|
// 2 = Stay in AUTO and ignore failsafe
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// not ready to enable yet w/o more testing
|
set_mode(RTL);
|
||||||
//set_mode(RTL);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user