Subversion Repositories Projects

Compare Revisions

Regard whitespace Rev 902 → Rev 901

/C-OSD/trunk/main.h
1,5 → 1,5
/****************************************************************************
* Copyright (C) 2009-2011 by Claas Anders "CaScAdE" Rathje *
* Copyright (C) 2009-2010 by Claas Anders "CaScAdE" Rathje *
* admiralcascade@gmail.com *
* Project-URL: http://www.mylifesucks.de/oss/c-osd/ *
* *
97,8 → 97,6
#define COSD_FLAG_FEET 8
#define COSD_FLAG_PASSIVE 16
#define COSD_FLAG_SHOW_SCOPE 32
#define COSD_FLAG_SHOW_COORDS 64
#define COSD_FLAG_BIGSPEED 128
 
/* ##########################################################################
* FLAGS only usable during runtime (not saved)
182,7 → 180,7
uint8_t max_voltage;
 
// scope for 2nd camera field of view
uint8_t scope[12];
uint8_t scope[8];
 
// Flags
uint8_t COSD_FLAGS_MODES, COSD_FLAGS_CONFIG, COSD_FLAGS_RUNTIME, COSD_DISPLAYMODE;