mirror of https://github.com/ARMmbed/mbed-os.git
Increase BUFF_SIZE to avoid error in AT response when debug is turned on
parent
c5199677cb
commit
9e17653723
|
@ -48,7 +48,7 @@ class FileHandle;
|
|||
extern const char *OK;
|
||||
extern const char *CRLF;
|
||||
|
||||
#define BUFF_SIZE 32
|
||||
#define BUFF_SIZE 128
|
||||
|
||||
/* AT Error types enumeration */
|
||||
enum DeviceErrorType {
|
||||
|
|
Loading…
Reference in New Issue