aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-10-20 16:53:52 -0700
committerpx4dev <px4@purgatory.org>2012-10-20 16:53:52 -0700
commitbfbd17a2fa5ef685d2d2f71ab0cedbffec6d62d7 (patch)
treeb7bf1c0ff613763ab102aaeeb0e4d0d7aba7e555 /apps/px4io
parentd2ef2afb0b53ec0e889e11f483d45b4272bba704 (diff)
downloadpx4-firmware-bfbd17a2fa5ef685d2d2f71ab0cedbffec6d62d7.tar.gz
px4-firmware-bfbd17a2fa5ef685d2d2f71ab0cedbffec6d62d7.tar.bz2
px4-firmware-bfbd17a2fa5ef685d2d2f71ab0cedbffec6d62d7.zip
Make it possible to run fmu and px4io simultaneously with full control over both sets of possible PWM outputs. First started wins.
Diffstat (limited to 'apps/px4io')
-rw-r--r--apps/px4io/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/px4io/protocol.h b/apps/px4io/protocol.h
index 96e0ca350..edc2c4bd2 100644
--- a/apps/px4io/protocol.h
+++ b/apps/px4io/protocol.h
@@ -39,6 +39,8 @@
* messages and the corresponding complexity involved.
*/
+#pragma once
+
/*
* XXX MUST BE KEPT IN SYNC WITH THE VERSION IN PX4FMU UNTIL
* TREES ARE MERGED.