fork of VodafoneUSBModem with updated USBHost library

Dependencies:   Socket USBHost lwip-sys lwip

Dependents:   VodafoneUSBModemSMSTest

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Fri Aug 17 14:36:32 2012 +0000
Parent:
22:06fb2a93a1f6
Child:
24:63e36be3f0e6
Commit message:
Fixed mis-renaming

Changed in this revision

VodafoneUSBModem.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/VodafoneUSBModem.cpp	Fri Aug 17 14:31:27 2012 +0000
+++ b/VodafoneUSBModem.cpp	Fri Aug 17 14:36:32 2012 +0000
@@ -476,7 +476,7 @@
     return ret;
   }
 
-  if(m_dongle.getDongleType() == WAN_DONGLE_TYPE_VodafoneUSBModem)
+  if(m_dongle.getDongleType() == WAN_DONGLE_TYPE_VODAFONEK3770)
   {
     INFO("Using a Vodafone K3770 Dongle");
     #if USE_ONE_PORT