Skip to content

Commit 01f100f

Browse files
committed
remove spi has transaction from spi.h this is defined elsewhere
1 parent d724825 commit 01f100f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libraries/SPI/src/SPI.h

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
#include "core-api/api/HardwareSPI.h"
1111
#include "drivers/SPI.h"
1212

13-
// SPI_HAS_TRANSACTION means SPI has beginTransaction(), endTransaction(),
14-
// usingInterrupt(), and SPISetting(clock, bitOrder, dataMode)
15-
#define SPI_HAS_TRANSACTION 1
16-
1713
namespace arduino {
1814

1915
class MbedSPI : public SPIClass

0 commit comments

Comments
 (0)