Subversion Repositories Projects

Rev

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

Rev 459 Rev 460
Line 38... Line 38...
38
#ifndef NTSC                    // if NTSC is not thet via makefile
38
#ifndef NTSC                    // if NTSC is not thet via makefile
39
#define NTSC 0                  // set to 1 for NTSC mode + lifts the bottom line
39
#define NTSC 0                  // set to 1 for NTSC mode + lifts the bottom line
40
#endif
40
#endif
Line 41... Line 41...
41
 
41
 
42
#ifndef FCONLY
42
#ifndef FCONLY
43
#define FCONLY 1                // set to 1 if you do NOT have a NaviCtrl and the OSD is
43
#define FCONLY 0                // set to 1 if you do NOT have a NaviCtrl and the OSD is
Line 44... Line 44...
44
#endif                          // connected to the FC directly
44
#endif                          // connected to the FC directly
45
 
45
 
46
#define HUD 1                   // set to 0 to disable HUD by default
46
#define HUD 1                   // set to 0 to disable HUD by default