aboutsummaryrefslogblamecommitdiff
path: root/src/modules/commander/px4_custom_mode.h
blob: 4d4859a5c578bd0c0fbbd776e18e07da62069753 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                   
/*
 * px4_custom_mode.h
 *
 *  Created on: 09.08.2013
 *      Author: ton
 */

#ifndef PX4_CUSTOM_MODE_H_
#define PX4_CUSTOM_MODE_H_

enum PX4_CUSTOM_MODE {
	PX4_CUSTOM_MODE_MANUAL = 1,
	PX4_CUSTOM_MODE_SEATBELT,
	PX4_CUSTOM_MODE_EASY,
	PX4_CUSTOM_MODE_AUTO,
};

#endif /* PX4_CUSTOM_MODE_H_ */