wrong comment in Firmata.cpp. closes #786 #785

This commit is contained in:
Federico Fissore 2013-01-10 14:53:20 +01:00
parent e25db1c0f7
commit 464ba4da06
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ void FirmataClass::processInput(void)
break; break;
case REPORT_ANALOG: case REPORT_ANALOG:
case REPORT_DIGITAL: case REPORT_DIGITAL:
waitForData = 1; // two data bytes needed waitForData = 1; // one data byte needed
executeMultiByteCommand = command; executeMultiByteCommand = command;
break; break;
case START_SYSEX: case START_SYSEX: