Rev 523 | Rev 528 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 523 | Rev 526 | ||
---|---|---|---|
Line 141... | Line 141... | ||
141 | const displaymode_t fcdisplaymodes[] PROGMEM = { |
141 | const displaymode_t fcdisplaymodes[] PROGMEM = { |
142 | { osd_fcmode_default, (char *)str_1 }, |
142 | { osd_fcmode_default, (char *)str_1 }, |
143 | }; |
143 | }; |
Line 144... | Line 144... | ||
144 | 144 | ||
145 | int (*osd_ncmode)(void) = (int(*)(void)) &osd_ncmode_default; |
145 | int (*osd_ncmode)(void) = (int(*)(void)) &osd_ncmode_default; |
146 | int (*osd_fcmode)(void) = (int(*)(void)) &osd_ncmode_default; |
146 | int (*osd_fcmode)(void) = (int(*)(void)) &osd_fcmode_default; |
Line 147... | Line 147... | ||
147 | #endif |
147 | #endif |
148 | 148 | ||
149 | /* ########################################################################## |
149 | /* ########################################################################## |