Integrating the ublox LISA C200 modem

Fork of SprintUSBModemHTTPClientTest by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Mon Sep 30 17:47:11 2013 -0500
Branch:
online
Parent:
9:e96687e93361
Child:
11:3baeddcea132
Commit message:
trying to merge back to parent

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);