summaryrefslogtreecommitdiff
path: root/aoview/aoview_log.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-06-03 17:07:34 -0700
committerKeith Packard <keithp@keithp.com>2009-06-03 17:07:34 -0700
commit778cae8fc5a4b30e5045e4703316fc61ae18562a (patch)
treea41fd281ebc0124a4ca6fd13a84f2ab01130d53e /aoview/aoview_log.c
parentbf140966e9649e75b884c8aa5f25ffbf9eed10ea (diff)
aoview: Add eeprom data fetching
Fetches the last flight data from a TM device connected via USB and writes it to the flight log directory. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/aoview_log.c')
-rw-r--r--aoview/aoview_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aoview/aoview_log.c b/aoview/aoview_log.c
index 2f2b9560..1b89c28c 100644
--- a/aoview/aoview_log.c
+++ b/aoview/aoview_log.c
@@ -59,7 +59,7 @@ aoview_log_init(GladeXML *xml)
{
GtkWidget *log_new;
- aoview_log = aoview_file_new("log");
+ aoview_log = aoview_file_new("telem");
assert(aoview_log);
log_new = glade_xml_get_widget(xml, "log_new");