Skip to content

Commit d99ada8

Browse files
committed
SPI: transactions are required for ArduinoCore-api compliance
1 parent 256ab78 commit d99ada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/SPI/src/SPI.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// - endTransaction()
3232
// - usingInterrupt()
3333
// - SPISetting(clock, bitOrder, dataMode)
34-
#define SPI_HAS_TRANSACTION 1
34+
// #define SPI_HAS_TRANSACTION 1
3535

3636
// SPI_HAS_NOTUSINGINTERRUPT means that SPI has notUsingInterrupt() method
3737
#define SPI_HAS_NOTUSINGINTERRUPT 1

0 commit comments

Comments
 (0)