mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Remove F1 and F3 support
This commit is contained in:
parent
229ac66755
commit
701b0ae55c
847 changed files with 77 additions and 498437 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#define SPI_TIMEOUT_US 10000
|
||||
|
||||
#if defined(STM32F1) || defined(STM32F3) || defined(STM32F4) || defined(STM32G4)
|
||||
#if defined(STM32F4) || defined(STM32G4)
|
||||
#define MAX_SPI_PIN_SEL 2
|
||||
#elif defined(STM32F7)
|
||||
#define MAX_SPI_PIN_SEL 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue