You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
361 B
20 lines
361 B
/* |
|
* gps.h |
|
* |
|
* Created on: Mar 8, 2012 |
|
* Author: thomasgubler |
|
*/ |
|
|
|
#ifndef GPS_H_ |
|
#define GPS_H_ |
|
/**************************************************************************** |
|
* Included Files |
|
****************************************************************************/ |
|
|
|
int gps_fd; |
|
|
|
//extern gps_bin_ubx_state_t * ubx_state; |
|
|
|
|
|
|
|
#endif /* GPS_H_ */
|
|
|