Set mrar_source_valid correctly
This commit is contained in:
parent
cdc818a9f3
commit
9f146fcb71
1
comm_b.c
1
comm_b.c
|
|
@ -875,6 +875,7 @@ static int decodeBDS44(struct modesMessage *mm, bool store)
|
||||||
|
|
||||||
if (store) {
|
if (store) {
|
||||||
mm->commb_format = COMMB_MRAR;
|
mm->commb_format = COMMB_MRAR;
|
||||||
|
mm->mrar_source_valid = 1;
|
||||||
mm->mrar_source = (mrar_source_t) source;
|
mm->mrar_source = (mrar_source_t) source;
|
||||||
|
|
||||||
if (wind_valid) {
|
if (wind_valid) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue