mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Refactor PCA9685 (#26379)
* refactor: use parseDefaultArguments * style: reverted changes to docs (should be auto-generated) * refactor: use parseDefaultArguments * style: reverted changes to docs (should be auto-generated)
This commit is contained in:
committed by
GitHub
parent
61d2173524
commit
010f6dcbae
@@ -28,7 +28,7 @@ then
|
||||
echo "ads1115 not found."
|
||||
fi
|
||||
|
||||
if ! pca9685_pwm_out start
|
||||
if ! pca9685_pwm_out start -X
|
||||
then
|
||||
echo "pca9685_pwm_out not found."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user