1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-14 06:29:18 +01:00

Merge branch 'rel-nano-15.05' into corvuscorax/fixedwingautotakeofftest

This commit is contained in:
Corvus Corax 2015-06-05 21:16:45 +02:00
commit 191645c772

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