Subversion Repositories NaviCtrl

Rev

Rev 308 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
82 killagreg 1
#ifndef _LOGGING_H
2
#define _LOGGING_H
3
 
4
void Logging_Init(void);
5
void Logging_Update(void); // logs the current gps position to a kml file
6
 
7
#endif //_LOGGING_H