| /C-OSD/trunk/osd_ncmode_minimal.c |
|---|
| 25,8 → 25,7 |
| #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)) { |
| 161,6 → 160,7 |
| } |
| // remember last values |
| last_RC_Quality = naviData.RC_Quality; |
| last_UBat = naviData.UBat; |
| old_MKFlags = naviData.FCFlags; |
| seconds_since_last_data = 0; |