px4-firmware/apps/ardrone_control/position_control.h

14 lines
211 B
C
Raw Normal View History

/*
* 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_ */