This commit is contained in:
Kristian Sloth Lauszus 2013-01-02 23:23:55 +01:00
parent 4fa973d441
commit 349cff9b16

View file

@ -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 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) if (readBuf == NULL)
return; return;
Notify(PSTR("Controller ")); Notify(PSTR("Controller "));