commander/px4_custom_mode.h: added missing include

This commit is contained in:
Anton Babushkin 2014-02-26 00:22:19 +04:00
parent cf7ac7e660
commit 4e27fd9a38
1 changed files with 2 additions and 0 deletions

View File

@ -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,