ADSBv2 uses bit 15 of BDS1,0

This commit is contained in:
Oliver Jowett 2017-06-19 11:27:14 -05:00
parent 634d806686
commit a3cdd47d80

View file

@ -97,7 +97,7 @@ static int decodeBDS10(struct modesMessage *mm, bool store)
} }
// Reserved bits // Reserved bits
if (getbits(msg, 10, 15) != 0) { if (getbits(msg, 10, 14) != 0) {
return 0; return 0;
} }