Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions libraries/buildin/SPI/SPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@
// on if any mismatch is ever detected.
//#define SPI_TRANSACTION_MISMATCH_LED 5

#ifndef LSBFIRST
#define LSBFIRST 0
#endif
#ifndef MSBFIRST
#define MSBFIRST 1
#endif

/* SPI Slave Select
It should be defined in arduino_pinout.h
If there is no SS definition, it will be defined as a dummy pin number.
Expand Down