Skip to content

Commit f2f8d96

Browse files
Updated buxfix version
2 parents 3715f1d + e661cba commit f2f8d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* installed firmware. */
2222
#define FIRMATA_MAJOR_VERSION 2 // for non-compatible changes
2323
#define FIRMATA_MINOR_VERSION 3 // for backwards compatible changes
24-
#define FIRMATA_BUGFIX_VERSION 2 // for bugfix releases
24+
#define FIRMATA_BUGFIX_VERSION 3 // for bugfix releases
2525

2626
#define MAX_DATA_BYTES 32 // max number of data bytes in non-Sysex messages
2727

0 commit comments

Comments
 (0)