aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-02-26 00:22:19 +0400
committerAnton Babushkin <anton.babushkin@me.com>2014-02-26 00:22:19 +0400
commit4e27fd9a381bd32ba5b79d275528ac19d1fb9442 (patch)
treef9d20f2711f1371b0f9e2c7b3136f3b006bdf7a5
parentcf7ac7e660b4be82d98b881fea6cbc718978605b (diff)
downloadpx4-firmware-4e27fd9a381bd32ba5b79d275528ac19d1fb9442.tar.gz
px4-firmware-4e27fd9a381bd32ba5b79d275528ac19d1fb9442.tar.bz2
px4-firmware-4e27fd9a381bd32ba5b79d275528ac19d1fb9442.zip
commander/px4_custom_mode.h: added missing include
-rw-r--r--src/modules/commander/px4_custom_mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/commander/px4_custom_mode.h b/src/modules/commander/px4_custom_mode.h
index b60a7e0b9..2144d3460 100644
--- a/src/modules/commander/px4_custom_mode.h
+++ b/src/modules/commander/px4_custom_mode.h
@@ -8,6 +8,8 @@
#ifndef PX4_CUSTOM_MODE_H_
#define PX4_CUSTOM_MODE_H_
+#include <stdint.h>
+
enum PX4_CUSTOM_MAIN_MODE {
PX4_CUSTOM_MAIN_MODE_MANUAL = 1,
PX4_CUSTOM_MAIN_MODE_SEATBELT,