Subversion Repositories FlightCtrl

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1068 thjac 1
#ifndef _GPS_H
2
#define _GPS_H
3
 
4
#include <inttypes.h>
5
 
6
extern int GPS_Nick;
7
extern int GPS_Roll;
8
 
9
extern void GPS_Main( void );
10
extern void GPS_Neutral( void );
11
 
12
#endif //_GPS_H
13