Plane: call BoardConfig.init_safety() at end of startup

this fixes a bug where motors can start on soft reboot
This commit is contained in:
Andrew Tridgell 2017-04-30 10:48:01 +10:00
parent 10b89db498
commit 3eeff938b0
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@ void Plane::init_ardupilot()
}
#endif
// disable safety if requested
BoardConfig.init_safety();
}
//********************************************************************************