ArduPlane: rename parameter name BRD_SAFETYENABLE to BRD_SAFETY_DEFLT

This commit is contained in:
Peter Barker 2022-10-25 13:44:56 +11:00 committed by Andrew Tridgell
parent 959982c053
commit fdd5c048a4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ void Plane::init_rc_in()
/* /*
initialise RC output for main channels. This is done early to allow initialise RC output for main channels. This is done early to allow
for BRD_SAFETYENABLE=0 and early servo control for BRD_SAFETY_DEFLT=0 and early servo control
*/ */
void Plane::init_rc_out_main() void Plane::init_rc_out_main()
{ {