ADSBv2 uses bit 15 of BDS1,0
This commit is contained in:
parent
634d806686
commit
a3cdd47d80
1 changed files with 1 additions and 1 deletions
2
comm_b.c
2
comm_b.c
|
@ -97,7 +97,7 @@ static int decodeBDS10(struct modesMessage *mm, bool store)
|
|||
}
|
||||
|
||||
// Reserved bits
|
||||
if (getbits(msg, 10, 15) != 0) {
|
||||
if (getbits(msg, 10, 14) != 0) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue