Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

Files at this revision

API Documentation at this revision

Comitter:
philemonf
Date:
Tue Sep 30 18:22:15 2014 +0000
Parent:
9:c91facdc759b
Child:
12:2ed13563f48f
Commit message:
remove mem alloc

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Sep 30 18:05:23 2014 +0000
+++ b/main.cpp	Tue Sep 30 18:22:15 2014 +0000
@@ -1,4 +1,5 @@
 #include "mbed.h"
+#include "MDM.h"
 #include "gps_locate.h"
 
 int main() {