fork of VodafoneUSBModem with updated USBHost library

Dependencies:   Socket USBHost lwip-sys lwip

Dependents:   VodafoneUSBModemSMSTest

Revision:
50:8ad4cb12749d
Parent:
41:8bec5a8ea878
Child:
52:bd474c9fe51e
--- a/at/ATCommandsInterface.h	Thu Sep 27 10:13:44 2012 +0000
+++ b/at/ATCommandsInterface.h	Thu Sep 27 13:11:44 2012 +0000
@@ -51,7 +51,7 @@
   friend class ATCommandsInterface;
 };
 
-#define AT_INPUT_BUF_SIZE 64
+#define AT_INPUT_BUF_SIZE 192//64
 
 //Signals to be sent to the processing thread
 #define AT_SIG_PROCESSING_START 1