diff options
| author | Keith Packard <keithp@keithp.com> | 2012-05-27 17:26:43 -0600 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-05-27 17:26:43 -0600 |
| commit | 090dc9aecdf4cfd1ac727325ae141d441c5b28aa (patch) | |
| tree | 779d50db4a756fa0be3ed97b2591a383dfde59a9 /src/product | |
| parent | 98e992b65d366d9f79d7d2dd2dd4d1886dd1d9c4 (diff) | |
altos: Make telemini-v1.0 compile with new ao_data structure
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product')
| -rw-r--r-- | src/product/Makefile.telemini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/product/Makefile.telemini b/src/product/Makefile.telemini index 82ec42a2..9506eb65 100644 --- a/src/product/Makefile.telemini +++ b/src/product/Makefile.telemini @@ -22,14 +22,14 @@ CORE_SRC = \ ao_cmd.c \ ao_config.c \ ao_convert.c \ - ao_flight.c \ + ao_flight_mm.c \ ao_kalman.c \ ao_log.c \ ao_log_tiny.c \ ao_mutex.c \ ao_panic.c \ ao_report.c \ - ao_sample.c \ + ao_sample_mm.c \ ao_stdio.c \ ao_storage.c \ ao_task.c \ |
