Simple USSD test.

Dependencies:   FATFileSystem mbed-rtos

Dependents:   CellularUSBModem

Fork of USBHost by mbed official

Revision:
23:5d85ac0d3810
Parent:
18:37c948cf0dbf
--- a/USBHost3GModule/WANDongle.cpp	Tue Dec 17 15:21:10 2013 +0000
+++ b/USBHost3GModule/WANDongle.cpp	Mon Feb 24 15:19:34 2014 +0000
@@ -32,6 +32,8 @@
 #include "WANDongle.h"
 #include "WANDongleInitializer.h"
 
+#define DEBUG 3 /*INFO,ERR,WARN*/
+
 WANDongle::WANDongle() : m_pInitializer(NULL), m_serialCount(0), m_totalInitializers(0)
 {
     host = USBHost::getHostInst();