diff options
| author | Keith Packard <keithp@keithp.com> | 2012-05-27 17:24:09 -0600 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-05-27 17:24:09 -0600 |
| commit | ce8153472069ed56b24ac36f297ac569d1f767d4 (patch) | |
| tree | 5162696d765800ccc6ffe1018de395745e908df8 /src/product | |
| parent | ed635545e0b965901032ed2c3474ffe997c73de3 (diff) | |
altos: Make telemetrum-v1.1 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.telemetrum | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/product/Makefile.telemetrum b/src/product/Makefile.telemetrum index e4f55f88..b1111053 100644 --- a/src/product/Makefile.telemetrum +++ b/src/product/Makefile.telemetrum @@ -34,8 +34,8 @@ CORE_SRC = \ ao_stdio.c \ ao_storage.c \ ao_task.c \ - ao_flight.c \ - ao_sample.c \ + ao_flight_mm.c \ + ao_sample_mm.c \ ao_kalman.c \ ao_log.c \ ao_log_big.c \ |
