Rev 332 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 332 | Rev 337 | ||
---|---|---|---|
Line 360... | Line 360... | ||
360 | { |
360 | { |
361 | gpsState = GPS_EMPTY; |
361 | gpsState = GPS_EMPTY; |
362 | actualPos.newData = 0; // mal auf nummer sicher gehen |
362 | actualPos.newData = 0; // mal auf nummer sicher gehen |
363 | //GPSscanData (); //Test kann ggf. wieder gelöscht werden! |
363 | //GPSscanData (); //Test kann ggf. wieder gelöscht werden! |
364 | } |
364 | } |
365 | if(gpsState != GPS_EMPTY) {GPSscanData ();} |
365 | GPSscanData (); |