Subversion Repositories FlightCtrl

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1775 - 1
#ifndef _ATTITUDECONTROL_H
2
#define _ATTITUDECONTROL_H
3
#include <inttypes.h>
4
uint16_t AC_getThrottle(uint16_t throttle);
5
#endif