Subversion Repositories Projects

Rev

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

Rev 523 Rev 685
Line 114... Line 114...
114
   int (*dfun)(void);   // function pointer
114
   int (*dfun)(void);   // function pointer
115
   char *desc;                  // description text
115
   char *desc;                  // description text
116
} displaymode_t;
116
} displaymode_t;
Line 117... Line 117...
117
 
117
 
118
const displaymode_t ncdisplaymodes[2];
118
const displaymode_t ncdisplaymodes[2];
Line 119... Line 119...
119
const displaymode_t fcdisplaymodes[1];
119
const displaymode_t fcdisplaymodes[2];
120
 
120
 
Line 121... Line 121...
121
int (*osd_ncmode)(void);
121
int (*osd_ncmode)(void);
Line 135... Line 135...
135
volatile uint8_t last_RC_Quality;
135
volatile uint8_t last_RC_Quality;
Line 136... Line 136...
136
 
136
 
137
// 16bit should be enough, normal LiPos don't last that long
137
// 16bit should be enough, normal LiPos don't last that long
138
volatile uint16_t uptime;
138
volatile uint16_t uptime;
-
 
139
volatile uint16_t timer;
Line 139... Line 140...
139
volatile uint16_t timer;
140
volatile uint16_t flytime_fc;
140
 
141
 
Line 141... Line 142...
141
// remember last time data was received
142
// remember last time data was received