Skip to content

Commit 367b2d1

Browse files
enable option to auto restart i2c transmission per issue #82
1 parent e998538 commit 367b2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/StandardFirmata/StandardFirmata.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
See file LICENSE.txt for further informations on licensing terms.
2222
23-
Last updated by Jeff Hoefs: August 9th, 2015
23+
Last updated by Jeff Hoefs: October 10th, 2015
2424
*/
2525

2626
#include <Servo.h>
@@ -507,7 +507,7 @@ void sysexCallback(byte command, byte argc, byte *argv)
507507
query[i].addr = query[i + 1].addr;
508508
query[i].reg = query[i + 1].reg;
509509
query[i].bytes = query[i + 1].bytes;
510-
query[i].stopTX = query[i+1].stopTX;
510+
query[i].stopTX = query[i + 1].stopTX;
511511
}
512512
}
513513
queryIndex--;

0 commit comments

Comments
 (0)