1
0
Fork 0
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:
Steve Evans 2021-09-15 21:55:43 +01:00
parent 229ac66755
commit 701b0ae55c
847 changed files with 77 additions and 498437 deletions

View file

@ -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