From 349cff9b169ef2d5d29694e2df2c369eeaa17211 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Wed, 2 Jan 2013 23:23:55 +0100 Subject: [PATCH] Fix typo --- XBOXRECV.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XBOXRECV.cpp b/XBOXRECV.cpp index 215c3a64..2c51f6aa 100644 --- a/XBOXRECV.cpp +++ b/XBOXRECV.cpp @@ -355,7 +355,7 @@ void XBOXRECV::readReport(uint8_t controller) { } void XBOXRECV::printReport(uint8_t controller, uint8_t nBytes) { //Uncomment "#define PRINTREPORT" to print the report send by the Xbox 360 Controller -#ifdef (DEBUG || PRINTREPORT) +#if defined(DEBUG) || defined(PRINTREPORT) if (readBuf == NULL) return; Notify(PSTR("Controller "));