mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Use unified clock specs, remove per target specs.
This commit is contained in:
parent
ec8d363adb
commit
d4cfff2e9d
52 changed files with 17 additions and 305 deletions
|
@ -50,7 +50,7 @@
|
|||
Flash M25p16 tolerates 20mhz, SPI_CLOCK_FAST should sit around 20 or less.
|
||||
*/
|
||||
typedef enum {
|
||||
SPI_CLOCK_INITIALIZATON = 256,
|
||||
SPI_CLOCK_INITIALIZATION = 256,
|
||||
#if defined(STM32F4)
|
||||
SPI_CLOCK_SLOW = 128, //00.65625 MHz
|
||||
SPI_CLOCK_STANDARD = 8, //10.50000 MHz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue