aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/includes/GPS/gps.h
diff options
context:
space:
mode:
authorMaximilien Cuony <maximilien@theglu.org>2016-06-06 18:49:25 +0200
committerMaximilien Cuony <maximilien@theglu.org>2016-06-06 18:49:25 +0200
commite2e1af13be32fe00f98135beb62617ea0bba7bc8 (patch)
tree5ff81acadb2f5b9d7fee2269d746253a1f6bad49 /src/common/includes/GPS/gps.h
parent2e4b80bc0fdae03f6e00b76000c16d12682e0479 (diff)
downloadglutte-o-matic-e2e1af13be32fe00f98135beb62617ea0bba7bc8.tar.gz
glutte-o-matic-e2e1af13be32fe00f98135beb62617ea0bba7bc8.tar.bz2
glutte-o-matic-e2e1af13be32fe00f98135beb62617ea0bba7bc8.zip
Fix warnings, add more warnings flags, normalize makefiles
Diffstat (limited to 'src/common/includes/GPS/gps.h')
-rw-r--r--src/common/includes/GPS/gps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/includes/GPS/gps.h b/src/common/includes/GPS/gps.h
index 768ade1..ec5ec77 100644
--- a/src/common/includes/GPS/gps.h
+++ b/src/common/includes/GPS/gps.h
@@ -35,10 +35,10 @@
*/
// Setup communication and GPS receiver
-void gps_init();
+void gps_init(void);
// Return 1 of the GPS is receiving time
-int gps_locked();
+int gps_locked(void);
// Get current time from GPS
// Returns 1 if time is valid, 0 otherwise