summaryrefslogtreecommitdiff
path: root/src/telefireone-v1.0/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-04-18 14:42:15 -0700
committerKeith Packard <keithp@keithp.com>2019-04-18 14:42:15 -0700
commitdf08028ff5dd892dafa667fde1fbf9de43f82fea (patch)
tree23d337a6dc8427255b92d772716c6b850ae69de7 /src/telefireone-v1.0/Makefile
parent774001a9426493fd5c0d5a237da6cb903b1259a8 (diff)
altos: Use ao_data_accel_invert when changing orientation value
Instead of using AO_ACCEL_INVERT, use the macro which flips the values around. This fixes a bug with ADXL375 flight computers (EasyMega v2.0) where the accel cal values would be scrambled when changing orientation. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telefireone-v1.0/Makefile')
-rw-r--r--src/telefireone-v1.0/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/telefireone-v1.0/Makefile b/src/telefireone-v1.0/Makefile
index b2e7eec4..afcdcd67 100644
--- a/src/telefireone-v1.0/Makefile
+++ b/src/telefireone-v1.0/Makefile
@@ -89,3 +89,5 @@ install:
uninstall:
+echo:
+ echo $(PROG) $(VERSION)