Skip to content

Commit

Permalink
crsf: fix CRSF_MSP_PAYLOAD_SIZE_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Oct 15, 2023
1 parent eb67bf0 commit 57bfc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rx/crsf.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#define CRSF_FRAME_SIZE_MAX 64
#define CRSF_PAYLOAD_SIZE_MAX 60
#define CRSF_MSP_PAYLOAD_SIZE_MAX (CRSF_PAYLOAD_SIZE_MAX - CRSF_FRAME_LENGTH_EXT_TYPE_CRC)
#define CRSF_MSP_PAYLOAD_SIZE_MAX (CRSF_PAYLOAD_SIZE_MAX - CRSF_FRAME_LENGTH_TYPE_CRC)
#define CRSF_SYNC_BYTE 0xC8

#define CRSF_DEVICEINFO_VERSION 0x01
Expand Down

0 comments on commit 57bfc38

Please sign in to comment.