Skip to content

Commit 37604e6

Browse files
author
Federico Fissore
committed
wrong comment in Firmata.cpp. closes #786 #785
1 parent c01bc2b commit 37604e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Firmata/Firmata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ void FirmataClass::processInput(void)
245245
break;
246246
case REPORT_ANALOG:
247247
case REPORT_DIGITAL:
248-
waitForData = 1; // two data bytes needed
248+
waitForData = 1; // one data byte needed
249249
executeMultiByteCommand = command;
250250
break;
251251
case START_SYSEX:

0 commit comments

Comments
 (0)