Skip to content

Commit 195dfe8

Browse files
authored
Merge pull request #148 from adafruit/attiny
update sw spi enum
2 parents 7346756 + e6fe7e6 commit 195dfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_SPIDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define BUSIO_HAS_HW_SPI
1111
#else
1212
// SW SPI ONLY
13-
enum { SPI_MODE0, SPI_MODE1, SPI_MODE2, _SPI_MODE4 };
13+
enum { SPI_MODE0, SPI_MODE1, SPI_MODE2, SPI_MODE3 };
1414
typedef uint8_t SPIClass;
1515
#endif
1616

0 commit comments

Comments
 (0)