USB Host WAN Dongle library

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Revision:
17:b8739fd10faf
Parent:
16:e1f5ba831485
Child:
19:6526d83aab9f
--- a/USB3GModule/WANDongle.cpp	Sun Feb 10 16:23:31 2013 +0000
+++ b/USB3GModule/WANDongle.cpp	Thu Feb 21 09:28:14 2013 +0000
@@ -127,12 +127,13 @@
             }
           } //if()
       } //if()
-      else
+      /*else
       {
         // Looks like the getDevice method failed and returned a null pointer. Maybe there has been a power cut, modem pulled or something to stop the modem.
         // Lets run the initilise routine again. Next time round the loop we might have a handle to an end point!
+        DBG("Trying to initialise the USB stack since the getDevice method has returned a null pointer");
         init();
-      }
+      }*/
   } //for()
   host->unlock();
   return false;