Subversion Repositories FlightCtrl

Rev

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

Rev Author Line No. Line
1612 dongfang 1
#ifndef _GPSCONTROL_H
2
#define _GPSCONTROL_H
3
 
4
#include<inttypes.h>
5
 
6
extern int16_t GPSStickPitch, GPSStickRoll;
7
 
8
void GPS_setNeutral(void);
9
 
10
#endif