Subversion Repositories NaviCtrl

Rev

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

Rev 803 Rev 806
Line 274... Line 274...
274
        UbxSol.Status = INVALID;
274
        UbxSol.Status = INVALID;
275
        UbxPosLlh.Status = INVALID;
275
        UbxPosLlh.Status = INVALID;
276
        UbxVelNed.Status = INVALID;
276
        UbxVelNed.Status = INVALID;
277
        UbxMsg.Status = INVALID;
277
        UbxMsg.Status = INVALID;
278
        GPSData.Status = INVALID;
278
        GPSData.Status = INVALID;
279
 
-
 
280
        UBX_Timeout = SetDelay(2 * UBX_Timeout);
279
        UBX_Timeout = SetDelay(5000);
281
}
280
}
Line 282... Line 281...
282
 
281
 
283
/********************************************************/
282
/********************************************************/
284
/*            Upate GPS data stcructure                 */
283
/*            Upate GPS data stcructure                 */