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:
parent
737510062d
commit
b8263ec049
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue