From 91785e03363f328b644f2c03b5438235f3a44c3e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 12 Aug 2011 21:34:37 -0700 Subject: altos-avr: Store TM tick and state in log, get logging on/off working To sync TM and TS data after flight, store the TM tick data in the log along with the TM state. This should provide sufficient data to synchronize the two data streams. Use the TM state to enable/disable logging, log from boost to landing and otherwise do not log. Signed-off-by: Keith Packard --- src-avr/telescience/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-avr/telescience') diff --git a/src-avr/telescience/Makefile b/src-avr/telescience/Makefile index 9b04fa6e..35ff4b27 100644 --- a/src-avr/telescience/Makefile +++ b/src-avr/telescience/Makefile @@ -58,7 +58,7 @@ ALTOS_SRC = \ PRODUCT=TeleScience-v0.1 MCU=atmega32u4 PRODUCT_DEF=-DTELESCIENCE -IDPRODUCT=0x000a +IDPRODUCT=0x0011 CFLAGS += -g -mmcu=$(MCU) -Wall -Wstrict-prototypes -O3 -mcall-prologues $(PRODUCT_DEF) -I. -DAVR NICKLE=nickle -- cgit v1.2.3