Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 752 → Rev 753

/C-OSD/trunk/osd_ncmode_minimal.c
25,7 → 25,8
 
#if !(ALLCHARSDEBUG|(WRITECHARS != -1))
 
int osd_ncmode_minimal() {
int osd_ncmode_minimal() {
 
if (COSD_FLAGS_MODES & COSD_FLAG_HUD) {
// write icons at init or after menu/mode-switch
if (!(COSD_FLAGS_RUNTIME & COSD_ICONS_WRITTEN)) {
160,7 → 161,6
}
 
// remember last values
last_RC_Quality = naviData.RC_Quality;
last_UBat = naviData.UBat;
old_MKFlags = naviData.FCFlags;
seconds_since_last_data = 0;