Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

Revision:
7:eeef6f9fa1db
Parent:
4:f1708f6ec905
Child:
16:2b2f2a3bde5a
--- a/gps_locate.h	Tue Sep 30 16:06:35 2014 +0000
+++ b/gps_locate.h	Tue Sep 30 17:57:38 2014 +0000
@@ -6,7 +6,7 @@
     double lo;
     double altitude;
     double speed;
-} gps_data_t; 
+}; 
 
 int gps_on(void);