From 4ffe58edc69322b01aae2cbc830a55c91588a3f8 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Wed, 26 Oct 2016 01:33:38 -0500 Subject: [PATCH] Set SPI_HAS_TRANSACTION to 1 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 e8fb8a3902..40ed0d9441 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