From 5d20137339442982172dd6d84488f0c2bb639930 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sat, 5 Oct 2019 02:25:54 +0200 Subject: [PATCH] Set SPI_HAS_TRANSACTION to 1 (#6591) See #2639 --- libraries/SPI/SPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SPI/SPI.h b/libraries/SPI/SPI.h index e8fb8a390..40ed0d944 100644 --- a/libraries/SPI/SPI.h +++ b/libraries/SPI/SPI.h @@ -24,7 +24,7 @@ #include #include -#define SPI_HAS_TRANSACTION +#define SPI_HAS_TRANSACTION 1 // This defines are not representing the real Divider of the ESP8266 // the Defines match to an AVR Arduino on 16MHz for better compatibility