Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 837 → Rev 836

/C-OSD/trunk/main.h
96,7 → 96,6
#define COSD_FLAG_FCMODE 4
#define COSD_FLAG_FEET 8
#define COSD_FLAG_PASSIVE 16
#define COSD_FLAG_SHOW_SCOPE 32
 
/* ##########################################################################
* FLAGS only usable during runtime (not saved)
179,9 → 178,6
uint8_t min_voltage;
uint8_t max_voltage;
 
// scope for 2nd camera field of view
uint8_t scope[8];
 
// Flags
uint8_t COSD_FLAGS_MODES, COSD_FLAGS_CONFIG, COSD_FLAGS_RUNTIME, COSD_DISPLAYMODE;