1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

SPI1 is on APB2

This commit is contained in:
blckmn 2016-06-24 09:54:45 +10:00
parent 737510062d
commit b8263ec049

View file

@ -40,7 +40,7 @@
#if defined(STM32F4)
#define SPI_SLOW_CLOCK 128 //00.65625 MHz
#define SPI_STANDARD_CLOCK 32 //05.25000 MHz
#define SPI_STANDARD_CLOCK 16 //05.25000 MHz
#define SPI_FAST_CLOCK 4 //21.00000 MHz
#define SPI_ULTRAFAST_CLOCK 2 //42.00000 MHz
#else