Subversion Repositories NaviCtrl

Rev

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

Rev 190 Rev 216
Line 210... Line 210...
210
u8 GPS_CalculateDeviation(GPS_Pos_t * pCurrentPos, GPS_Pos_t * pTargetPos, GPS_Deviation_t* pDeviationFromTarget)
210
u8 GPS_CalculateDeviation(GPS_Pos_t * pCurrentPos, GPS_Pos_t * pTargetPos, GPS_Deviation_t* pDeviationFromTarget)
211
{
211
{
212
        return 0;
212
        return 0;
213
}
213
}
Line 214... Line 214...
214
 
214
 
215
void GPS_Navigation(void)
215
void GPS_Navigation(gps_data_t *pGPS_Data, GPS_Stick_t* pGPS_Stick)
216
{
216
{
217
        return;
217
        return;