mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Hub commented out
This commit is contained in:
parent
66b03d99d6
commit
e81b04519c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ MIDI_CREATE_DEFAULT_INSTANCE();
|
|||
//////////////////////////
|
||||
|
||||
USB Usb;
|
||||
USBHub Hub1(&Usb);
|
||||
//USBHub Hub1(&Usb);
|
||||
USBH_MIDI Midi(&Usb);
|
||||
|
||||
void MIDI_poll();
|
||||
|
|
Loading…
Reference in a new issue