Skip to content

Commit e6fe7e6

Browse files
committed
update sw spi enum
1 parent 7346756 commit e6fe7e6

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)