From 2ff619dcc7539a847316b13b33a4c55da1a0b5f4 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Thu, 18 Jul 2013 20:52:06 +0200 Subject: [PATCH] Forgot to create hub instance --- examples/Xbox/XBOXOLD/XBOXOLD.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/Xbox/XBOXOLD/XBOXOLD.ino b/examples/Xbox/XBOXOLD/XBOXOLD.ino index 36f121f1..f0297bc1 100644 --- a/examples/Xbox/XBOXOLD/XBOXOLD.ino +++ b/examples/Xbox/XBOXOLD/XBOXOLD.ino @@ -5,7 +5,10 @@ */ #include +#include + USB Usb; +USBHub Hub1(&Usb); // The controller has a built in hub, so this instance is needed XBOXOLD Xbox(&Usb); void setup() {