Fix bug in the MIDI driver when debugging was turned on

This commit is contained in:
Kristian Sloth Lauszus 2016-04-14 23:04:38 +02:00
parent fc0f7ead5d
commit 8f3faf2bb8

View file

@ -61,7 +61,7 @@ protected:
void parseConfigDescr(byte addr, byte conf); void parseConfigDescr(byte addr, byte conf);
unsigned int countSysExDataSize(uint8_t *dataptr); unsigned int countSysExDataSize(uint8_t *dataptr);
#ifdef DEBUG #ifdef DEBUG_USB_HOST
void PrintEndpointDescriptor( const USB_ENDPOINT_DESCRIPTOR* ep_ptr ); void PrintEndpointDescriptor( const USB_ENDPOINT_DESCRIPTOR* ep_ptr );
#endif #endif
public: public: