Subversion Repositories FlightCtrl

Rev

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

Rev 1930 Rev 1933
Line 44... Line 44...
44
           _printf_P(&LIBFC_JetiBox_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);
44
           _printf_P(&LIBFC_JetiBox_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);
45
          }
45
          }
46
          else
46
          else
47
          {
47
          {
48
           JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode);
48
           JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode);
49
           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); JetiBeep = 'O';};
54
#endif
54
#endif
Line 91... Line 91...
91
                switch (GPSInfo.SatFix)
91
                switch (GPSInfo.SatFix)
92
                {
92
                {
93
                        case SATFIX_3D:
93
                        case SATFIX_3D:
94
                                JetiBox_printfxy(12,0,"  3D");
94
                                JetiBox_printfxy(12,0,"  3D");
95
                                break;
95
                                break;
96
 
-
 
97
                        case SATFIX_2D:
96
//                      case SATFIX_2D:
98
                        case SATFIX_NONE:
97
//                      case SATFIX_NONE:
99
                        default:
98
                        default:
100
                                JetiBox_printfxy(12,0,"NoFx");
99
                                JetiBox_printfxy(12,0,"NoFx");
101
                                break;
100
                                break;
102
                }
101
                }
103
                if(GPSInfo.Flags & FLAG_DIFFSOLN)
102
                if(GPSInfo.Flags & FLAG_DIFFSOLN)