1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-03 07:02:28 +03:00

Set SPI_HAS_TRANSACTION to 1 (#6591)

See #2639
This commit is contained in:
Kristian Sloth Lauszus 2019-10-05 02:25:54 +02:00 committed by Earle F. Philhower, III
parent bab2880f01
commit 5d20137339

View File

@ -24,7 +24,7 @@
#include <Arduino.h>
#include <stdlib.h>
#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