From 65ba9c1366a8846e5a4eda7c9da65834f0bbee44 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sat, 20 Jul 2013 12:57:23 +0200 Subject: [PATCH] Minor --- PS3USB.cpp | 2 +- XBOXOLD.cpp | 2 +- XBOXUSB.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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