aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/gps.h
blob: 313a3a2c2a0b9c404d775907b033b2776421ea28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * 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_ */