Skip to content

Commit

Permalink
reorganize code slightly;
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed Jul 26, 2023
1 parent a0f5a83 commit a3234a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p25/Control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,8 @@ void Control::processNetwork()
uint32_t srcId = __GET_UINT16(buffer, 5U);
uint32_t dstId = __GET_UINT16(buffer, 8U);

uint32_t netId = __GET_UINT16(buffer, 16U);
uint32_t sysId = (buffer[11U] << 8) | (buffer[12U] << 0);
uint32_t netId = __GET_UINT16(buffer, 16U);

uint8_t lsd1 = buffer[20U];
uint8_t lsd2 = buffer[21U];
Expand Down

0 comments on commit a3234a8

Please sign in to comment.