Skip to content

Commit f8db0db

Browse files
author
Antti Kauppila
committed
Doubled ATHandler's BUFF_SIZE
1 parent 85c477c commit f8db0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/AT/ATHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FileHandle;
4343
extern const char *OK;
4444
extern const char *CRLF;
4545

46-
#define BUFF_SIZE 16
46+
#define BUFF_SIZE 32
4747

4848
/* AT Error types enumeration */
4949
enum DeviceErrorType {

0 commit comments

Comments
 (0)