diff options
| author | Keith Packard <keithp@keithp.com> | 2011-08-12 21:34:37 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-12 21:34:37 -0700 |
| commit | 91785e03363f328b644f2c03b5438235f3a44c3e (patch) | |
| tree | 5bc5bae478adef6df08898ed9da7cd44fe56f43f /src-avr/telescience/Makefile | |
| parent | b3ba69f3eda0d07d7f2fc0922556a011c95d7951 (diff) | |
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 <keithp@keithp.com>
Diffstat (limited to 'src-avr/telescience/Makefile')
| -rw-r--r-- | src-avr/telescience/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
