Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 836 → Rev 837

/C-OSD/trunk/main.h
96,6 → 96,7
#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)
178,6 → 179,9
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;