Subversion Repositories NaviCtrl

Rev

Rev 82 | Rev 380 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82 Rev 351
Line 1... Line 1...
1
#ifndef _LOGGING_H
1
#ifndef _LOGGING_H
2
#define _LOGGING_H
2
#define _LOGGING_H
Line 3... Line 3...
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
Line 5... Line 6...
5
void Logging_Update(void); // logs the current gps position to a kml file
6
extern u8 SD_LoggingError;