aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/gps.h
diff options
context:
space:
mode:
authorJulian Oes <joes@student.ethz.ch>2012-09-20 08:17:01 +0200
committerJulian Oes <joes@student.ethz.ch>2012-09-20 08:17:01 +0200
commit71b37a859c9f7bca5107aa224cfd2b11e08e191a (patch)
tree33c1e77a76e1c00c41f05c094715545b2cbacb46 /apps/gps/gps.h
parentf707a2ce60ea0818f10900e467eef2505c0fc3ec (diff)
downloadpx4-firmware-71b37a859c9f7bca5107aa224cfd2b11e08e191a.tar.gz
px4-firmware-71b37a859c9f7bca5107aa224cfd2b11e08e191a.tar.bz2
px4-firmware-71b37a859c9f7bca5107aa224cfd2b11e08e191a.zip
the gps_thread_should_exit flag is now static again, hope it works like this
Diffstat (limited to 'apps/gps/gps.h')
-rw-r--r--apps/gps/gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gps/gps.h b/apps/gps/gps.h
index 80d4c7e1d..0607e5796 100644
--- a/apps/gps/gps.h
+++ b/apps/gps/gps.h
@@ -10,6 +10,6 @@
#include <stdbool.h>
-extern bool gps_thread_should_exit; /**< Deamon status flag */
+static bool gps_thread_should_exit; /**< Deamon status flag */
#endif /* GPS_H_ */