Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 208 → Rev 209

/tags/V0.18c/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