mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
REVONANO - CHange slightly xtal frequency to workaround wrong baud rate calculation
This commit is contained in:
parent
afc62f61aa
commit
b492b7e10a
@ -42,5 +42,5 @@ FW_BANK_SIZE := 0x00070000 # Should include FW_DESC_SIZE
|
||||
FW_DESC_SIZE := 0x00000064
|
||||
# Quartz frequency is actually 8000000.
|
||||
# The following value fixes several rounding errors on uart baud rates calculations
|
||||
OSCILLATOR_FREQ := 7999999
|
||||
OSCILLATOR_FREQ := 8000010
|
||||
SYSCLK_FREQ := 96000000
|
||||
|
Loading…
Reference in New Issue
Block a user