We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7346756 commit e6fe7e6Copy full SHA for e6fe7e6
Adafruit_SPIDevice.h
@@ -10,7 +10,7 @@
10
#define BUSIO_HAS_HW_SPI
11
#else
12
// SW SPI ONLY
13
-enum { SPI_MODE0, SPI_MODE1, SPI_MODE2, _SPI_MODE4 };
+enum { SPI_MODE0, SPI_MODE1, SPI_MODE2, SPI_MODE3 };
14
typedef uint8_t SPIClass;
15
#endif
16
0 commit comments