summaryrefslogtreecommitdiffstats
path: root/app/gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/gps.h')
-rw-r--r--app/gps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/gps.h b/app/gps.h
index ce6ee14..07933cf 100644
--- a/app/gps.h
+++ b/app/gps.h
@@ -1,5 +1,4 @@
-extern int gps_happy;
-
+#if 0
static inline int gps_is_happy (void)
{
return gps_happy > 15;
@@ -9,3 +8,4 @@ static inline int gps_is_stable (void)
return gps_happy > 60;
}
+#endif