forked from Archive/PX4-Autopilot
Correct ll40ls param enable length.
This commit is contained in:
parent
bef8851e8e
commit
3cc84b1a15
|
@ -115,7 +115,7 @@ if px4flow start
|
|||
then
|
||||
fi
|
||||
|
||||
if param compare SENS_ENABLE_LL40LS 1
|
||||
if param compare SENS_EN_LL40LS 1
|
||||
then
|
||||
if pwm_input start
|
||||
then
|
||||
|
|
|
@ -1409,4 +1409,4 @@ PARAM_DEFINE_INT32(RC_RSSI_PWM_MIN, 2000);
|
|||
* @max 1
|
||||
* @group Sensor Enable
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_ENABLE_LL40LS, 0);
|
||||
PARAM_DEFINE_INT32(SENS_EN_LL40LS, 0);
|
||||
|
|
Loading…
Reference in New Issue