Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1341 → Rev 1342

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