Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1342 → Rev 1343

/branches/V0.74d_CRD_killagreg_Batteriekappazitaet_Lion/gps.h
0,0 → 1,9
#ifndef _GPS_H
#define _GPS_H
 
#include <inttypes.h>
 
extern void GPS_Main(void);
 
#endif //_GPS_H