Subversion Repositories NaviCtrl

Rev

Rev 82 | Rev 380 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82 Rev 351
1
#ifndef _LOGGING_H
1
#ifndef _LOGGING_H
2
#define _LOGGING_H
2
#define _LOGGING_H
3
 
3
 
4
void Logging_Init(void);
4
void Logging_Init(void);
5
void Logging_Update(void); // logs the current gps position to a kml file
5
void Logging_Update(void); // logs the current gps position to a kml file
-
 
6
extern u8 SD_LoggingError;
6
 
7
 
7
#endif //_LOGGING_H 
8
#endif //_LOGGING_H 
8
 
9