From d168409b04f606e317588856e6acbd0b5476c4f4 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Thu, 5 Dec 2013 07:32:32 +0100 Subject: [PATCH] Included spi4teensy3.h in BTHID example This should really be fixed in the Arduino IDE --- examples/Bluetooth/BTHID/BTHID.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/Bluetooth/BTHID/BTHID.ino b/examples/Bluetooth/BTHID/BTHID.ino index fecc4b50..a38411b5 100644 --- a/examples/Bluetooth/BTHID/BTHID.ino +++ b/examples/Bluetooth/BTHID/BTHID.ino @@ -8,6 +8,10 @@ #include #include "KeyboardParser.h" #include "MouseParser.h" +// Satisfy IDE, which only needs to see the include statment in the ino. +#ifdef dobogusinclude +#include +#endif USB Usb; //USBHub Hub1(&Usb); // Some dongles have a hub inside