USB Host WAN Dongle library

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Revision:
3:4394986752db
Parent:
2:a8b2d0cd9bbd
Child:
6:075e36a3463e
--- a/USB3GModule/WANDongle.h	Tue Jun 26 13:43:54 2012 +0000
+++ b/USB3GModule/WANDongle.h	Fri Jul 06 08:53:17 2012 +0000
@@ -24,6 +24,7 @@
 
 #include "rtos.h"
 
+#include "WANDongleSerialPort.h"
 
 #define WANDONGLE_MAX_OUTEP_SIZE 64
 #define WANDONGLE_MAX_INEP_SIZE 64
@@ -56,7 +57,7 @@
      */
     bool tryConnect();
     
-    IUSBHostSerial* getSerial(int index);
+    IUSBHostSerial& getSerial(int index);
     int getSerialCount();
     
 protected: