fix board_qc for MIPS so that it includes the correct SPI library first

This commit is contained in:
Andrew J. Kroll 2014-09-25 23:23:10 -04:00
parent b51131750d
commit 80230570cc

View file

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