aboutsummaryrefslogtreecommitdiff
path: root/apps/ardrone_control/position_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ardrone_control/position_control.h')
-rw-r--r--apps/ardrone_control/position_control.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/ardrone_control/position_control.h b/apps/ardrone_control/position_control.h
new file mode 100644
index 000000000..dbc0650e6
--- /dev/null
+++ b/apps/ardrone_control/position_control.h
@@ -0,0 +1,13 @@
+/*
+ * position_control.h
+ *
+ * Created on: May 29, 2012
+ * Author: thomasgubler
+ */
+
+#ifndef POSITION_CONTROL_H_
+#define POSITION_CONTROL_H_
+
+void control_position(void);
+
+#endif /* POSITION_CONTROL_H_ */