mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added missing include in the Xbox One example
This commit is contained in:
parent
67e64a0825
commit
607932b437
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue