Subversion Repositories NaviCtrl

Rev

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

Rev 88 Rev 247
Line 4... Line 4...
4
#include "91x_lib.h"
4
#include "91x_lib.h"
Line 5... Line 5...
5
 
5
 
6
typedef enum
6
typedef enum
7
{
7
{
8
        PID_KML_LOGGING,
8
        PID_KML_LOGGING,
-
 
9
        PID_GPX_LOGGING,
9
        PID_GPX_LOGGING
10
        PID_GPS_AUTOCONFIG
Line 10... Line 11...
10
} ParamId_t;
11
} ParamId_t;
11
 
12
 
12
void Settings_Init(void);
13
void Settings_Init(void);