Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 307 → Rev 308

/tags/V0_24c/logging.h
0,0 → 1,7
#ifndef _LOGGING_H
#define _LOGGING_H
 
void Logging_Init(void);
void Logging_Update(void); // logs the current gps position to a kml file
 
#endif //_LOGGING_H