diff options
| author | Keith Packard <keithp@keithp.com> | 2009-06-03 17:07:34 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-06-03 17:07:34 -0700 |
| commit | 778cae8fc5a4b30e5045e4703316fc61ae18562a (patch) | |
| tree | a41fd281ebc0124a4ca6fd13a84f2ab01130d53e /aoview/Makefile | |
| parent | bf140966e9649e75b884c8aa5f25ffbf9eed10ea (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/Makefile')
| -rw-r--r-- | aoview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aoview/Makefile b/aoview/Makefile index ca636065..6bf789bb 100644 --- a/aoview/Makefile +++ b/aoview/Makefile @@ -18,7 +18,8 @@ SRC = \ aoview_log.c \ aoview_table.c \ aoview_util.c \ - aoview_file.c + aoview_file.c \ + aoview_eeprom.c INC = \ aoview.h |
