mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
14 lines
211 B
C
14 lines
211 B
C
/*
|
|
* 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_ */
|