Skip to content

Commit 5d20137

Browse files
Lauszusearlephilhower
authored andcommitted
Set SPI_HAS_TRANSACTION to 1 (#6591)
See #2639
1 parent bab2880 commit 5d20137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SPI/SPI.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <Arduino.h>
2525
#include <stdlib.h>
2626

27-
#define SPI_HAS_TRANSACTION
27+
#define SPI_HAS_TRANSACTION 1
2828

2929
// This defines are not representing the real Divider of the ESP8266
3030
// the Defines match to an AVR Arduino on 16MHz for better compatibility

0 commit comments

Comments
 (0)