diff --git a/PS3USB.cpp b/PS3USB.cpp index 4fe12575..0d02a9e1 100644 --- a/PS3USB.cpp +++ b/PS3USB.cpp @@ -120,8 +120,8 @@ uint8_t PS3USB::Init(uint8_t parent, uint8_t port, bool lowspeed) { bAddress = 0; #ifdef DEBUG_USB_HOST Notify(PSTR("\r\nsetAddr: "), 0x80); -#endif D_PrintHex (rcode, 0x80); +#endif return rcode; } #ifdef EXTRADEBUG diff --git a/XBOXOLD.cpp b/XBOXOLD.cpp index 883a231f..f766e329 100644 --- a/XBOXOLD.cpp +++ b/XBOXOLD.cpp @@ -136,8 +136,8 @@ uint8_t XBOXOLD::Init(uint8_t parent, uint8_t port, bool lowspeed) { bAddress = 0; #ifdef DEBUG_USB_HOST Notify(PSTR("\r\nsetAddr: "), 0x80); -#endif D_PrintHex (rcode, 0x80); +#endif return rcode; } #ifdef EXTRADEBUG diff --git a/XBOXUSB.cpp b/XBOXUSB.cpp index 4469b7fc..7279f636 100644 --- a/XBOXUSB.cpp +++ b/XBOXUSB.cpp @@ -124,8 +124,8 @@ uint8_t XBOXUSB::Init(uint8_t parent, uint8_t port, bool lowspeed) { bAddress = 0; #ifdef DEBUG_USB_HOST Notify(PSTR("\r\nsetAddr: "), 0x80); -#endif D_PrintHex (rcode, 0x80); +#endif return rcode; } #ifdef EXTRADEBUG