Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Socket USBHost lwip-sys lwip
Dependents: VodafoneUSBModemSMSTest
Revision 37:c1fd83bd31b4, committed 2012-09-19
- Comitter:
- donatien
- Date:
- Wed Sep 19 10:18:48 2012 +0000
- Parent:
- 36:45c3b5cb0234
- Child:
- 38:d19354028042
- Commit message:
- Revert to rev35
Changed in this revision
| VodafoneUSBModem.cpp | Show annotated file Show diff for this revision Revisions of this file |
| at/ATCommandsInterface.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/VodafoneUSBModem.cpp Wed Sep 19 09:36:28 2012 +0000 +++ b/VodafoneUSBModem.cpp Wed Sep 19 10:18:48 2012 +0000 @@ -17,7 +17,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#define __DEBUG__ 4 +#define __DEBUG__ 3 #ifndef __MODULE__ #define __MODULE__ "VodafoneUSBModem.cpp" #endif
--- a/at/ATCommandsInterface.cpp Wed Sep 19 09:36:28 2012 +0000
+++ b/at/ATCommandsInterface.cpp Wed Sep 19 10:18:48 2012 +0000
@@ -17,7 +17,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#define __DEBUG__ 4//ERR+WARN
+#define __DEBUG__ 2//ERR+WARN
#ifndef __MODULE__
#define __MODULE__ "ATCommandsInterface.cpp"
#endif
@@ -33,7 +33,7 @@
ATCommandsInterface::ATCommandsInterface(IOStream* pStream) :
m_pStream(pStream), m_open(false), m_env2AT(), m_AT2Env(), m_processingMtx(),
- m_processingThread(&ATCommandsInterface::staticCallback, this, (osPriority)AT_THREAD_PRIORITY, 4*256),
+ m_processingThread(&ATCommandsInterface::staticCallback, this, (osPriority)AT_THREAD_PRIORITY, 4*192),
m_eventsMtx()
{
memset(m_eventsHandlers, 0, MAX_AT_EVENTS_HANDLERS * sizeof(IATEventsHandler*));