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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

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

View File

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