fix for samd
This commit is contained in:
parent
8ad008a699
commit
d33a16468f
|
|
@ -34,6 +34,7 @@ typedef enum _BitOrder {
|
||||||
// Some platforms have a BitOrder enum but its named MSBFIRST/LSBFIRST
|
// Some platforms have a BitOrder enum but its named MSBFIRST/LSBFIRST
|
||||||
#define SPI_BITORDER_MSBFIRST MSBFIRST
|
#define SPI_BITORDER_MSBFIRST MSBFIRST
|
||||||
#define SPI_BITORDER_LSBFIRST LSBFIRST
|
#define SPI_BITORDER_LSBFIRST LSBFIRST
|
||||||
|
typedef BitOrder BusIOBitOrder;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__AVR__) || defined(TEENSYDUINO)
|
#if defined(__AVR__) || defined(TEENSYDUINO)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue