mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Allows users to override SPI port via a build flag
This commit is contained in:
parent
5107310499
commit
1020c2162d
1 changed files with 2 additions and 0 deletions
|
@ -22,8 +22,10 @@ e-mail : support@circuitsathome.com
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// SPI Configuration
|
// SPI Configuration
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
#ifndef USB_SPI
|
||||||
#define USB_SPI SPI
|
#define USB_SPI SPI
|
||||||
//#define USB_SPI SPI1
|
//#define USB_SPI SPI1
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// DEBUGGING
|
// DEBUGGING
|
||||||
|
|
Loading…
Reference in a new issue