mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fix bug in the MIDI driver when debugging was turned on
This commit is contained in:
parent
fc0f7ead5d
commit
8f3faf2bb8
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ protected:
|
|||
|
||||
void parseConfigDescr(byte addr, byte conf);
|
||||
unsigned int countSysExDataSize(uint8_t *dataptr);
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG_USB_HOST
|
||||
void PrintEndpointDescriptor( const USB_ENDPOINT_DESCRIPTOR* ep_ptr );
|
||||
#endif
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue