local fork

Dependencies:   Socket USBHostWANDongle_bleedingedge lwip-sys lwip

Dependents:   Encrypted

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

Revision:
46:c2282539c858
Parent:
37:c1fd83bd31b4
Child:
50:8ad4cb12749d
--- a/at/ATCommandsInterface.cpp	Tue Sep 25 10:15:06 2012 +0000
+++ b/at/ATCommandsInterface.cpp	Wed Sep 26 10:58:41 2012 +0000
@@ -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*192),
+   m_processingThread(&ATCommandsInterface::staticCallback, this, (osPriority)AT_THREAD_PRIORITY, 6*192),
    m_eventsMtx()
 {
   memset(m_eventsHandlers, 0, MAX_AT_EVENTS_HANDLERS * sizeof(IATEventsHandler*));