Skip to content
Snippets Groups Projects
Commit 4e27fd9a authored by Anton Babushkin's avatar Anton Babushkin
Browse files

commander/px4_custom_mode.h: added missing include

parent cf7ac7e6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment