Forgot to create hub instance

This commit is contained in:
Kristian Sloth Lauszus 2013-07-18 20:52:06 +02:00
parent ae1d782a32
commit 2ff619dcc7

View file

@ -5,7 +5,10 @@
*/
#include <XBOXOLD.h>
#include <usbhub.h>
USB Usb;
USBHub Hub1(&Usb); // The controller has a built in hub, so this instance is needed
XBOXOLD Xbox(&Usb);
void setup() {