1
0
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:
Alessio Morale 2015-06-05 19:02:22 +02:00
parent afc62f61aa
commit b492b7e10a

View File

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