Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

Revision:
17:726bbc1b73ee
Parent:
16:2b2f2a3bde5a
--- a/gps_locate.h	Wed Oct 01 08:47:54 2014 +0000
+++ b/gps_locate.h	Sun Oct 05 12:38:04 2014 +0000
@@ -10,10 +10,10 @@
 
 /*
     Get GPS Location, blocks until received
-    all informations needed, Timeout after 20 seconds
+    all informations needed, Timeout after timeout seconds
     
     returns: 1 if gps infos are correct, 0 otherwise
 */
-int gps_locate(struct gps_data_t* gps_data);
+int gps_locate(struct gps_data_t* gps_data, int timeout);
 
 #endif
\ No newline at end of file