Skip to content

Commit

Permalink
set shortened frame length to 14 bytes (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsb5151 committed Jul 9, 2024
1 parent eb093b3 commit 9a214b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfsi/frames/MotFullRateVoice.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace p25
class HOST_SW_API MotFullRateVoice {
public:
static const uint8_t LENGTH = 17;
static const uint8_t SHORTENED_LENGTH = 13;
static const uint8_t SHORTENED_LENGTH = 14;
static const uint8_t ADDITIONAL_LENGTH = 4;

/**
Expand Down

0 comments on commit 9a214b6

Please sign in to comment.