From 33edd62992a32b0ec8ca66d879fa300871db5937 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Aug 2009 23:38:16 -0700 Subject: Update ao-view to add GPS satellite tracking data This adds another column to the display to hold per-satellite GPS tracking data and a count of the visible and locked sats. Signed-off-by: Keith Packard --- ao-view/aoview_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ao-view/aoview_table.c') diff --git a/ao-view/aoview_table.c b/ao-view/aoview_table.c index 93143009..e75ae670 100644 --- a/ao-view/aoview_table.c +++ b/ao-view/aoview_table.c @@ -17,7 +17,7 @@ #include "aoview.h" -#define NCOL 2 +#define NCOL 3 static GtkTreeView *dataview[NCOL]; static GtkListStore *datalist[NCOL]; -- cgit v1.2.3