Subversion Repositories NaviCtrl

Rev

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

Rev 622 Rev 624
Line 19... Line 19...
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
        PID_LOG_AT_MOTORRUN,
24
        PID_SPEAK100M
24
        PID_SPEAK100M,
-
 
25
        PID_AUTO_WP_EVENT_VALUE
25
} ParamId_t;
26
} ParamId_t;
Line 26... Line 27...
26
 
27
 
27
void Settings_Init(void);
28
void Settings_Init(void);
28
void Settings_SetDefaultValues(void);
29
void Settings_SetDefaultValues(void);