boards/px4: v5x/v6x always start board_adc

This commit is contained in:
Alexander Lerach
2024-09-26 19:55:13 +02:00
committed by GitHub
parent 224aef142c
commit 368bfc5643
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ fi
if param compare -s ADC_ADS1115_EN 1
then
ads1115 start -X
board_adc start -n
else
board_adc start
fi
@@ -26,6 +26,7 @@ fi
if param compare -s ADC_ADS1115_EN 1
then
ads1115 start -X
board_adc start -n
else
board_adc start
fi