Subversion Repositories FlightCtrl

Rev

Rev 1941 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1941 Rev 1944
Line 48... Line 48...
48
           JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode);
48
           JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode);
49
           if(MotorenEin) JetiBeep = 'O';
49
           if(MotorenEin) JetiBeep = 'O';
50
          }
50
          }
51
        }
51
        }
52
#else
52
#else
53
        if(NC_ErrorCode) { JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode); JetiBeep = 'O';};
53
        if(NC_ErrorCode) { JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode); if(MotorenEin) JetiBeep = 'O';};
54
#endif
54
#endif
55
        JetiBox_printfxy(0,1,"%4i %2i:%02i",Capacity.UsedCapacity,FlugSekunden/60,FlugSekunden%60);
55
        JetiBox_printfxy(0,1,"%4i %2i:%02i",Capacity.UsedCapacity,FlugSekunden/60,FlugSekunden%60);
56
        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
56
        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
57
        {
57
        {
58
                JetiBox_printfxy(10,1,"%4im%c", (int16_t)(HoehenWert/100),VarioCharacter);
58
                JetiBox_printfxy(10,1,"%4im%c", (int16_t)(HoehenWert/100),VarioCharacter);