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