fixed commas
Former-commit-id: cb3d4b201676abeac50b3082e057161ee4536d31
This commit is contained in:
parent
4548434dc4
commit
9fcd335463
|
@ -572,12 +572,12 @@ void interactiveShowData(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("\x1B[1;31m%-8s\x1B[1;32m%5s \x1B[1;33m%3s \x1B[1;34m%6s \x1B[1;36m%c%c \x1B[1;35m%d",
|
printf("\x1B[1;31m%-8s\x1B[1;32m%5s \x1B[1;33m%3s \x1B[1;34m%6s \x1B[1;36m%c%c \x1B[1;35m%d",
|
||||||
, a->flight,
|
a->flight,
|
||||||
, strFl,
|
strFl,
|
||||||
, strGs,
|
strGs,
|
||||||
, strD,
|
strD,
|
||||||
, cLat, cLon,
|
cLat, cLon,
|
||||||
, (int)((float)signalAverage/25.0f));
|
(int)((float)signalAverage/25.0f));
|
||||||
|
|
||||||
|
|
||||||
if(d<5) {
|
if(d<5) {
|
||||||
|
|
Loading…
Reference in a new issue