mirror of https://github.com/ARMmbed/mbed-os.git
Doubled ATHandler's BUFF_SIZE
parent
1cecfa480f
commit
c315672413
|
@ -43,7 +43,7 @@ class FileHandle;
|
|||
extern const char *OK;
|
||||
extern const char *CRLF;
|
||||
|
||||
#define BUFF_SIZE 16
|
||||
#define BUFF_SIZE 32
|
||||
|
||||
/* AT Error types enumeration */
|
||||
enum DeviceErrorType {
|
||||
|
|
Loading…
Reference in New Issue