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 "));