Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1611 → Rev 1612

/branches/dongfang_FC_rewrite/GPSControl.h
0,0 → 1,10
#ifndef _GPSCONTROL_H
#define _GPSCONTROL_H
 
#include<inttypes.h>
 
extern int16_t GPSStickPitch, GPSStickRoll;
 
void GPS_setNeutral(void);
 
#endif