mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 01:50:35 +08:00
fix NAV_TRAFF_AVOID param definition: needs a ;
Without that the parameter was not in parameters.xml, producing the error: ERROR [lib__controllib] error finding param: NAV_TRAFF_AVOID
This commit is contained in:
@@ -152,7 +152,7 @@ PARAM_DEFINE_INT32(NAV_RCL_ACT, 2);
|
||||
*
|
||||
* @group Mission
|
||||
*/
|
||||
PARAM_DEFINE_INT32(NAV_TRAFF_AVOID, 1)
|
||||
PARAM_DEFINE_INT32(NAV_TRAFF_AVOID, 1);
|
||||
|
||||
/**
|
||||
* Airfield home Lat
|
||||
|
||||
Reference in New Issue
Block a user