Subversion Repositories NaviCtrl

Rev

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

Rev 577 Rev 581
Line 17... Line 17...
17
        PID_WP_ACCELERATE,
17
        PID_WP_ACCELERATE,
18
        PID_SEND_NMEA,
18
        PID_SEND_NMEA,
19
        PID_CH_SPEED,
19
        PID_CH_SPEED,
20
        PID_POSITION_ACCURACY,
20
        PID_POSITION_ACCURACY,
21
        PID_DPH_SPEED,
21
        PID_DPH_SPEED,
22
        PID_WP_REACHED_TIMEOUT
22
        PID_WP_REACHED_TIMEOUT,
-
 
23
        PID_LOG_AT_MOTORRUN
23
} ParamId_t;
24
} ParamId_t;
Line 24... Line 25...
24
 
25
 
25
void Settings_Init(void);
26
void Settings_Init(void);
26
void Settings_SetDefaultValues(void);
27
void Settings_SetDefaultValues(void);