diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-27 15:19:43 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-27 15:19:43 -0700 |
commit | b33a92e372327158ab21c1bb2d091c58761efe10 (patch) | |
tree | 3603ca6802d59a36e090d826fc5e11a39c290982 /src/telescience-v0.1 | |
parent | 7e2b5e2957ddcb808723081ca7e046a28b7e70e5 (diff) |
altos: Share log code between telescience and telebt. Add telebt log
Telescience and telebt both log data in 32-byte chunks, so share some
code which manages that between the two products. Add simple telemetry
logging to telebt.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telescience-v0.1')
-rw-r--r-- | src/telescience-v0.1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telescience-v0.1/Makefile b/src/telescience-v0.1/Makefile index 3ccbb787..282829e7 100644 --- a/src/telescience-v0.1/Makefile +++ b/src/telescience-v0.1/Makefile @@ -46,6 +46,7 @@ ALTOS_SRC = \ ao_usb_avr.c \ ao_adc_avr.c \ ao_spi_slave.c \ + ao_log_single.c \ ao_log_telescience.c \ $(TELESCIENCE_STORAGE) |