mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fix typo
This commit is contained in:
parent
4fa973d441
commit
349cff9b16
1 changed files with 1 additions and 1 deletions
|
@ -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 "));
|
||||
|
|
Loading…
Reference in a new issue