Allows users to override SPI port via a build flag

This commit is contained in:
Kristian Sloth Lauszus 2017-11-09 19:14:51 +01:00
parent 5107310499
commit 1020c2162d

View file

@ -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