Subversion Repositories NaviCtrl

Rev

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

Rev 489 Rev 490
Line 584... Line 584...
584
        LED_GRN_ON;
584
        LED_GRN_ON;
585
        LED_RED_OFF;
585
        LED_RED_OFF;
586
    Settings_GetParamValue(PID_SEND_NMEA, &NMEA_Interval);
586
    Settings_GetParamValue(PID_SEND_NMEA, &NMEA_Interval);
587
        UART1_PutString("\r\n");
587
        UART1_PutString("\r\n");
588
        CompassValueErrorCount = 0;
588
        CompassValueErrorCount = 0;
-
 
589
 
-
 
590
        //PointList_ReadFromFile(1);
589
        for (;;) // the endless main loop
591
        for (;;) // the endless main loop
590
        {
592
        {
591
                PollingTimeout = 5;
593
                PollingTimeout = 5;
592
                Polling();
594
                Polling();