Added missing include in the Xbox One example

This commit is contained in:
Kristian Sloth Lauszus 2015-07-07 09:58:30 +02:00
parent 67e64a0825
commit 607932b437

View file

@ -4,9 +4,11 @@
*/
#include <XBOXONE.h>
// Satisfy IDE, which only needs to see the include statment in the ino.
// Satisfy the IDE, which needs to see the include statment in the ino too.
#ifdef dobogusinclude
#include <spi4teensy3.h>
#include <SPI.h>
#endif
USB Usb;