Subversion Repositories FlightCtrl

Rev

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

Rev Author Line No. Line
1612 dongfang 1
#include "GPSControl.h"
2
#include<inttypes.h>
3
 
4
int16_t GPSStickPitch, GPSStickRoll;
5
 
6
void GPS_setNeutral(void) {
7
  GPSStickPitch = GPSStickRoll = 0;
8
}