forked from Archive/PX4-Autopilot
commander/px4_custom_mode.h: added missing include
This commit is contained in:
parent
cf7ac7e660
commit
4e27fd9a38
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue