Subversion Repositories NaviCtrl

Rev

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

Rev 489 Rev 511
Line 14... Line 14...
14
        PID_AUTO_DESCEND_RANGE,
14
        PID_AUTO_DESCEND_RANGE,
15
        PID_MIN_EVENT_TIME,
15
        PID_MIN_EVENT_TIME,
16
        PID_WP_WAIT_FOR_LED,
16
        PID_WP_WAIT_FOR_LED,
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_DPH_SPEED
20
} ParamId_t;
21
} ParamId_t;
Line 21... Line 22...
21
 
22
 
22
void Settings_Init(void);
23
void Settings_Init(void);
23
void Settings_SetDefaultValues(void);
24
void Settings_SetDefaultValues(void);