mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 21:09:41 +08:00
fix(drivers): PCA9685 use correct internal OSC frequency (#27425)
This commit is contained in:
@@ -15,7 +15,7 @@ if DRIVERS_PCA9685_PWM_OUT
|
|||||||
default 25000000
|
default 25000000
|
||||||
|
|
||||||
config PCA9685_INTERNAL_CRYSTAL_FREQ
|
config PCA9685_INTERNAL_CRYSTAL_FREQ
|
||||||
int "Corrected frequency of internal oscillator"
|
int "Internal oscillator frequency"
|
||||||
depends on !PCA9685_USE_EXTERNAL_CRYSTAL
|
depends on !PCA9685_USE_EXTERNAL_CRYSTAL
|
||||||
default 26075000
|
default 25000000
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user