adsbVer -> adsb_version
This commit is contained in:
parent
aa78020410
commit
7059c0f64a
2
net_io.c
2
net_io.c
|
@ -2132,7 +2132,7 @@ static void writeFATSV()
|
||||||
p = appendFATSV(p, end, "addrtype", "%s", addrtype_enum_string(a->addrtype));
|
p = appendFATSV(p, end, "addrtype", "%s", addrtype_enum_string(a->addrtype));
|
||||||
}
|
}
|
||||||
if (forceEmit || a->adsb_version != a->fatsv_emitted_adsb_version) {
|
if (forceEmit || a->adsb_version != a->fatsv_emitted_adsb_version) {
|
||||||
p = appendFATSV(p, end, "adsbVer", "%d", a->adsb_version);
|
p = appendFATSV(p, end, "adsb_version", "%d", a->adsb_version);
|
||||||
}
|
}
|
||||||
if (forceEmit || a->category != a->fatsv_emitted_category) {
|
if (forceEmit || a->category != a->fatsv_emitted_category) {
|
||||||
p = appendFATSV(p, end, "category", "%02X", a->category);
|
p = appendFATSV(p, end, "category", "%02X", a->category);
|
||||||
|
|
Loading…
Reference in a new issue