1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03: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;
case REPORT_ANALOG:
case REPORT_DIGITAL:
waitForData = 1; // two data bytes needed
waitForData = 1; // one data byte needed
executeMultiByteCommand = command;
break;
case START_SYSEX: