Correct ll40ls param enable length.

This commit is contained in:
James Goppert 2015-05-26 21:19:44 -04:00
parent bef8851e8e
commit 3cc84b1a15
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);