Integrating the ublox LISA C200 modem

Fork of SprintUSBModemHTTPClientTest by Donatien Garnier

Branch:
online
Revision:
10:bdacd7bddc52
Parent:
7:655438fd019f
Child:
11:3baeddcea132
--- a/main.cpp	Mon Sep 30 17:38:28 2013 -0500
+++ b/main.cpp	Mon Sep 30 17:47:11 2013 -0500
@@ -2,6 +2,8 @@
 #include "SprintUSBModem.h"
 #include "HTTPClient.h"
 
+char const *msg = "need a reason to merge\n";
+
 void test(void const*) 
 {
     SprintUSBModem modem(p18, true, 1);