aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/gps.h
blob: 0607e5796ae05ad7ca74d87f724e3c43970e9bbf (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>

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

#endif /* GPS_H_ */