Skip to content

Commit

Permalink
Update neptune_r900.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dockSquadron authored Apr 3, 2024
1 parent ae36c5b commit 806511b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/neptune_r900.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static int neptune_r900_decode(r_device *decoder, bitbuffer_t *bitbuffer)

int consumption;
int unkn3;

if (version == 163) {
//Consumption 3 bits Unkn3 + 24 bits
consumption = ((b[9] >> 5) << 24 | b[6] << 16) | (b[7] << 8) | (b[8]);
Expand Down

0 comments on commit 806511b

Please sign in to comment.