Changes to support Vodafone K4606

Dependents:   VodafoneUSBModem

Fork of USBHostWANDongle by mbed official

Revision:
28:34cdecfff9f4
Parent:
17:b8739fd10faf
--- a/USB3GModule/WANDongle.h	Fri Sep 20 10:40:15 2013 +0000
+++ b/USB3GModule/WANDongle.h	Wed Jan 28 11:38:44 2015 +0000
@@ -92,6 +92,7 @@
     
     WANDongleSerialPort m_serial[WANDONGLE_MAX_SERIAL_PORTS];
     int m_serialCount;
+    WANDongleInitializer* m_lastDongle;
 };
 
 #endif