diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-19 23:07:54 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-19 23:07:54 -0700 |
commit | 57b4d82dee10b142b820aa306028a288a85214f6 (patch) | |
tree | 9150c9a89e622e63aa9164d11c3127652bd553a4 /src/easymini-v0.1/Makefile | |
parent | 27e9b93f3d35890a49575b2ead1983ce3c2fc213 (diff) |
Add Mini logging format. Use in EasyMinilpc
This is a 16-byte record that includes all of the sensor data in each
sensor record, along with records for flight state changes.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymini-v0.1/Makefile')
-rw-r--r-- | src/easymini-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easymini-v0.1/Makefile b/src/easymini-v0.1/Makefile index c4e60ada..612cc472 100644 --- a/src/easymini-v0.1/Makefile +++ b/src/easymini-v0.1/Makefile @@ -34,7 +34,7 @@ ALTOS_SRC = \ ao_led_lpc.c \ ao_task.c \ ao_log.c \ - ao_log_tiny.c \ + ao_log_mini.c \ ao_cmd.c \ ao_config.c \ ao_timer_lpc.c \ |