Skip to content

Commit

Permalink
SPI: transactions are required for ArduinoCore-api compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Sep 18, 2019
1 parent 256ab78 commit d99ada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SPI/src/SPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// - endTransaction()
// - usingInterrupt()
// - SPISetting(clock, bitOrder, dataMode)
#define SPI_HAS_TRANSACTION 1
// #define SPI_HAS_TRANSACTION 1

// SPI_HAS_NOTUSINGINTERRUPT means that SPI has notUsingInterrupt() method
#define SPI_HAS_NOTUSINGINTERRUPT 1
Expand Down

0 comments on commit d99ada8

Please sign in to comment.