Merge pull request #7665 from mikeller/temporarily_disable_spi_transactions

Temporarily disable SPI transactions for the 4.0 release.
This commit is contained in:
Michael Keller 2019-02-27 23:00:41 +13:00 committed by GitHub
commit 9f8ad1aa44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,7 @@
#define USBD_PRODUCT_STRING "DISCF4"
#define USE_VTX_TABLE
#define USE_SPI_TRANSACTION
//LEDs
#define LED0_PIN PD12

View File

@ -63,7 +63,8 @@
#define USE_USB_MSC
#define USE_PERSISTENT_MSC_RTC
#define USE_DMA_SPEC
#define USE_SPI_TRANSACTION
// Re-enable this after 4.0 has been released, and remove the define from STM32F4DISCOVERY
//#define USE_SPI_TRANSACTION
#if defined(STM32F40_41xxx) || defined(STM32F411xE)
#define USE_OVERCLOCK
@ -86,7 +87,8 @@
#define USE_PERSISTENT_MSC_RTC
#define USE_MCO
#define USE_DMA_SPEC
#define USE_SPI_TRANSACTION
// Re-enable this after 4.0 has been released, and remove the define from STM32F4DISCOVERY
//#define USE_SPI_TRANSACTION
#endif // STM32F7
#if defined(STM32F4) || defined(STM32F7)