From b3685a91bf48bee57742a5ffeeab2a45330f8dca Mon Sep 17 00:00:00 2001 From: forth32 Date: Mon, 22 Feb 2016 14:46:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B1=D1=83=D1=84=D0=B5=D1=80=D0=B0=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D1=80=D0=B0=D0=B7=D1=80=D0=B5=D0=B7=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8=20=D0=BF=D1=80=D0=BE=D1=88=D0=B8=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- balong_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balong_flash.c b/balong_flash.c index afafb24..6de1e54 100644 --- a/balong_flash.c +++ b/balong_flash.c @@ -70,7 +70,7 @@ struct { unsigned char filename[50]; // имя файла, соответствующее разделу }ptable[100]; -unsigned char buf[4096]; +unsigned char buf[40960]; unsigned char devname[50]="/dev/ttyUSB0"; unsigned char replybuf[4096]; unsigned char datamodecmd[]="AT^DATAMODE";