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 USBHostWANDongle lwip-sys lwip
Fork of VodafoneUSBModem by
Diff: at/ATCommandsInterface.h
- Revision:
- 50:8ad4cb12749d
- Parent:
- 41:8bec5a8ea878
- Child:
- 52:bd474c9fe51e
diff -r 978bffab17a8 -r 8ad4cb12749d at/ATCommandsInterface.h --- 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
