Simple USSD test.
Dependencies: FATFileSystem mbed-rtos
Fork of USBHost by
Revision 23:5d85ac0d3810, committed 2014-02-24
- Comitter:
- nherriot
- Date:
- Mon Feb 24 15:19:34 2014 +0000
- Parent:
- 21:bb3a8a54f5cd
- Commit message:
- simple test for USSD message.
Changed in this revision
USBHost3GModule/WANDongle.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r bb3a8a54f5cd -r 5d85ac0d3810 USBHost3GModule/WANDongle.cpp --- 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();