removing pwm_start block; not needed in i2c

This commit is contained in:
Mohamed Abdelkader Zahana 2017-04-23 23:11:15 +03:00 committed by Kabir Mohammed
parent 60e0ca9321
commit da8724accb

View File

@ -749,11 +749,8 @@ then
# Lidar-Lite on I2C
if param compare SENS_EN_LL40LS 2
then
if pwm_input start
if ll40ls start i2c
then
if ll40ls start i2c
then
fi
fi
fi