--- embedtools/inc/defs.h 2014/02/05 15:44:05 1.5 +++ embedtools/inc/defs.h 2014/02/05 22:53:12 1.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: defs.h,v 1.5 2014/02/05 15:44:05 misho Exp $ + * $Id: defs.h,v 1.6 2014/02/05 22:53:12 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -83,7 +83,8 @@ SUCH DAMAGE. #define UBE_CFGNAME "/etc/ube.conf" #define UBE_SECTION "64K" -#define IMGBUF_SIZE 1024 +#define IMGBUF_SIZE 65536 +#define IMGBUF_SIZE2 1024 #define VERB(x) if ((x) <= Verbose)