local fork

Dependencies:   Socket USBHostWANDongle_bleedingedge lwip-sys lwip

Dependents:   Encrypted

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
ashleymills
Date:
Thu Apr 18 11:23:44 2013 +0000
Parent:
83:62af9b9d3e13
Child:
85:eb249c45395e
Commit message:
Fixed a typo that meant that K3772 was not detected.

Changed in this revision

USBHostWANDongle_bleedingedge.lib Show annotated file Show diff for this revision Revisions of this file
VodafoneUSBModem.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USBHostWANDongle_bleedingedge.lib	Thu Mar 21 14:03:57 2013 +0000
+++ b/USBHostWANDongle_bleedingedge.lib	Thu Apr 18 11:23:44 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/donatien/code/USBHostWANDongle_bleedingedge/#3184f71557bf
+http://mbed.org/users/donatien/code/USBHostWANDongle_bleedingedge/#b241a57c465b
--- a/VodafoneUSBModem.cpp	Thu Mar 21 14:03:57 2013 +0000
+++ b/VodafoneUSBModem.cpp	Thu Apr 18 11:23:44 2013 +0000
@@ -18,7 +18,7 @@
  */
 
 
-#define __DEBUG__ 4
+#define __DEBUG__ 0
 
 #ifndef __MODULE__
 #define __MODULE__ "VodafoneUSBModem.cpp"