Subversion Repositories Projects

Rev

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

Rev 454 Rev 459
Line 19... Line 19...
19
 ****************************************************************************/
19
 ****************************************************************************/
Line 20... Line 20...
20
 
20
 
21
/* ##########################################################################
21
/* ##########################################################################
22
 * Debugging and general purpose definitions
22
 * Debugging and general purpose definitions
-
 
23
 * ##########################################################################*/
-
 
24
#ifndef BUILDDATE
-
 
25
#define BUILDDATE "DEVEL-BUILD" // build date, this is testing...
-
 
26
#endif
23
 * ##########################################################################*/
27
 
Line 24... Line 28...
24
#define ALLCHARSDEBUG 0         // set to 1 and flash firmware to see all chars
28
#define ALLCHARSDEBUG 0         // set to 1 and flash firmware to see all chars
25
 
29
 
26
#ifndef WRITECHARS                      // if WRITECHARS not set via makefile
30
#ifndef WRITECHARS              // if WRITECHARS not set via makefile
27
#define WRITECHARS -1           // set to XXX and flash firmware to write new char
31
#define WRITECHARS -1           // set to XXX and flash firmware to write new char
28
                                                        // enables the allchars as well to see results
32
                                // enables the allchars as well to see results
29
                                                        // currently in use:
33
                                // currently in use:
30
                                                        // 112, 128, 136, 144, 152, 160, 168, 176, 184
34
                                // 112, 128, 136, 144, 152, 160, 168, 176, 184
Line 31... Line 35...
31
                                                        // 192, 200, 208, 216, 224, 232
35
                                // 192, 200, 208, 216, 224, 232
32
#endif
36
#endif
33
 
37
 
Line -... Line 38...
-
 
38
#ifndef NTSC                    // if NTSC is not thet via makefile
34
#ifndef NTSC                            // if NTSC is not thet via makefile
39
#define NTSC 0                  // set to 1 for NTSC mode + lifts the bottom line
35
#define NTSC 0                          // set to 1 for NTSC mode + lifts the bottom line
40
#endif
-
 
41
 
36
#endif
42
#ifndef FCONLY
37
 
43
#define FCONLY 1                // set to 1 if you do NOT have a NaviCtrl and the OSD is
38
#define FCONLY 0                        // set to 1 if you do NOT have a NaviCtrl and the OSD is
44
#endif                          // connected to the FC directly
39
                                                        // connected to the FC directly
45
 
40
#define HUD 1                           // set to 0 to disable HUD by default
46
#define HUD 1                   // set to 0 to disable HUD by default