Skip to content

Commit

Permalink
Merge pull request #1326 from bitcraze/krichardsson/crtp-version
Browse files Browse the repository at this point in the history
Bump CRTP version
  • Loading branch information
knmcguire authored Oct 17, 2023
2 parents 9343aa6 + afa83f9 commit 188e918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/interface/crtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <stdint.h>
#include <stdbool.h>

#define CRTP_PROTOCOL_VERSION 6
#define CRTP_PROTOCOL_VERSION 7

#define CRTP_MAX_DATA_SIZE 30

Expand Down

0 comments on commit 188e918

Please sign in to comment.