Subversion Repositories FlightCtrl

Rev

Rev 1775 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1775 - 1
#ifndef _ATTITUDECONTROL_H
2
#define _ATTITUDECONTROL_H
3
#include <inttypes.h>
2048 - 4
void AC_getPRTY(int16_t* PRTY);
1775 - 5
#endif