1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

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

This commit is contained in:
Federico Fissore 2013-01-10 14:53:20 +01:00
parent 3c6f2ced52
commit 110148877f

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: