Commit cc89225
committed
Added missing SPI_HAS_TRANSACTION define, so libraries can tell that the API is available
See: https://github.com/arduino/ArduinoCore-avr/blob/24e6edd475c287cdafee0a4db2eb98927ce3cf58/libraries/SPI/src/SPI.h#L19-L21
Fx this is used by the USB Host Shield 2.0 library: felis/USB_Host_Shield_2.0#654
Note that I did not add the SPI_HAS_NOTUSINGINTERRUPT define, as "usingInterrupt" and "notUsingInterrupt" are empty and should really be removed or implemented1 parent fdfb712 commit cc89225
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
0 commit comments