Subversion Repositories FlightCtrl

Rev

Rev 1612 | Go to most recent revision | Details | Compare with Previous | 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) {
1821 - 7
        GPSStickPitch = GPSStickRoll = 0;
1612 dongfang 8
}