Skip to content

Commit

Permalink
Bump protocol version to 11:02 (#79)
Browse files Browse the repository at this point in the history
Support yp-spur protocol version from 9 to 11.
  • Loading branch information
at-wat authored Sep 11, 2019
1 parent 1c93b5a commit deab92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfrog-motordriver/communication.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ typedef enum
#endif
/* protocol */
#ifndef YP_PROTOCOL_NAME
#define YP_PROTOCOL_NAME "YPP:10:01"
#define YP_PROTOCOL_NAME "YPP:11:02"
#endif
/* vendor */
#ifndef YP_VENDOR_NAME
Expand Down

0 comments on commit deab92f

Please sign in to comment.