Skip to content

Commit

Permalink
fix late night typo;
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed Oct 4, 2018
1 parent 85bc835 commit 118a711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P25Defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const unsigned int P25_PDU_FEC_LENGTH_BITS = P25_PDU_FEC_LENGTH_BYTES

const unsigned int P25_MI_LENGTH_BYTES = 9U;

const unsigned char P25_ALGO_UNENCRYPT = 0x81U;
const unsigned char P25_ALGO_UNENCRYPT = 0x80U;

const unsigned char P25_LCF_GROUP = 0x00U;
const unsigned char P25_LCF_PRIVATE = 0x03U;
Expand Down

0 comments on commit 118a711

Please sign in to comment.