summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-10-27 23:33:11 -0700
committerKeith Packard <keithp@keithp.com>2013-10-27 23:33:11 -0700
commitcdbe8ce33e4a75e85caf07538ed7e997f462b758 (patch)
tree740ba7dc86a7c1ff98b6f89f1bc60989adc5bb55 /src
parentd96fd33aa8a220d547512eb43c88fc8f5651e39e (diff)
altos: Fixup for ao_sample_orient rename
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/ao_telemetry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_telemetry.c b/src/core/ao_telemetry.c
index a2726016..c118d007 100644
--- a/src/core/ao_telemetry.c
+++ b/src/core/ao_telemetry.c
@@ -115,7 +115,7 @@ ao_send_mega_sensor(void)
telemetry.generic.tick = packet->tick;
telemetry.generic.type = AO_TELEMETRY_MEGA_SENSOR;
- telemetry.mega_sensor.orient = ao_orient;
+ telemetry.mega_sensor.orient = ao_sample_orient;
telemetry.mega_sensor.accel = ao_data_accel(packet);
telemetry.mega_sensor.pres = ao_data_pres(packet);
telemetry.mega_sensor.temp = ao_data_temp(packet);