aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/px4fmu
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-25 13:39:34 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-25 15:00:35 +0100
commit14aa5f9441759672a3c0d6ee9b6ff5256ae0a77e (patch)
tree18f6d98a4578be88d96fdd1261becbefb7ee8179 /src/drivers/px4fmu
parentee6395c5029737baeb328bd10ba82c8f05bf0648 (diff)
downloadpx4-firmware-14aa5f9441759672a3c0d6ee9b6ff5256ae0a77e.tar.gz
px4-firmware-14aa5f9441759672a3c0d6ee9b6ff5256ae0a77e.tar.bz2
px4-firmware-14aa5f9441759672a3c0d6ee9b6ff5256ae0a77e.zip
add topic header includes
Diffstat (limited to 'src/drivers/px4fmu')
-rw-r--r--src/drivers/px4fmu/fmu.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/drivers/px4fmu/fmu.cpp b/src/drivers/px4fmu/fmu.cpp
index 112c01513..2552e7e6a 100644
--- a/src/drivers/px4fmu/fmu.cpp
+++ b/src/drivers/px4fmu/fmu.cpp
@@ -70,6 +70,10 @@
#include <drivers/drv_rc_input.h>
#include <uORB/topics/actuator_controls.h>
+#include <uORB/topics/actuator_controls_0.h>
+#include <uORB/topics/actuator_controls_1.h>
+#include <uORB/topics/actuator_controls_2.h>
+#include <uORB/topics/actuator_controls_3.h>
#include <uORB/topics/actuator_outputs.h>
#include <uORB/topics/actuator_armed.h>
@@ -1144,7 +1148,7 @@ PX4FMU::pwm_ioctl(file *filp, int cmd, unsigned long arg)
* and PWM under control of the flight config
* parameters. Note that this does not allow for
* changing a set of pins to be used for serial on
- * FMUv1
+ * FMUv1
*/
switch (arg) {
case 0: