Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1774 → Rev 1775

/branches/dongfang_FC_rewrite/attitudeControl.h
0,0 → 1,5
#ifndef _ATTITUDECONTROL_H
#define _ATTITUDECONTROL_H
#include <inttypes.h>
uint16_t AC_getThrottle(uint16_t throttle);
#endif