mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
fix board_qc for MIPS so that it includes the correct SPI library first
This commit is contained in:
parent
b51131750d
commit
80230570cc
1 changed files with 25 additions and 23 deletions
|
@ -7,6 +7,8 @@
|
|||
// Satisfy IDE, which only needs to see the include statment in the ino.
|
||||
#ifdef dobogusinclude
|
||||
#include <spi4teensy3.h>
|
||||
#include <../../../../hardware/pic32/libraries/SPI/SPI.h> // Hack to use the SPI library
|
||||
#include <SPI.h> // Hack to use the SPI library
|
||||
#endif
|
||||
|
||||
/* variables */
|
||||
|
|
Loading…
Reference in a new issue