We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df67198 commit 835345bCopy full SHA for 835345b
libraries/SPI/src/utility/spi_com.h
@@ -56,7 +56,7 @@ struct spi_s {
56
PinName pin_mosi;
57
PinName pin_sclk;
58
PinName pin_ssel;
59
-#if defined(STM32H7xx) || defined(STM32MP1xx)
+#if defined(SPI_IFCR_EOTC)
60
// Delay before disabling SPI.
61
// See https://github.com/stm32duino/Arduino_Core_STM32/issues/1294
62
uint32_t disable_delay;
0 commit comments