aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/gps.h
blob: 80d4c7e1d80e640a2666afad9c8ec4afe2586768 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * gps.h
 *
 *  Created on: Mar 8, 2012
 *      Author: thomasgubler
 */

#ifndef GPS_H_
#define GPS_H

#include <stdbool.h>

extern bool gps_thread_should_exit;		/**< Deamon status flag */

#endif /* GPS_H_ */