Subversion Repositories NaviCtrl

Rev

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

Rev 460 Rev 484
Line 13... Line 13...
13
        PID_GPS_SBAS_CONFIG,
13
        PID_GPS_SBAS_CONFIG,
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
} ParamId_t;
20
} ParamId_t;
Line 20... Line 21...
20
 
21
 
21
void Settings_Init(void);
22
void Settings_Init(void);
22
void Settings_SetDefaultValues(void);
23
void Settings_SetDefaultValues(void);