Set CHUNK size to 16 bytes to prevent download failures on lame targets.
[deliverable/binutils-gdb.git] / bfd / ihex.c
index 17740d8239ec2d06f92669b23f65e134bc740a7b..d00c59b5e1a15ad0c6298766d6959d3330116dc9 100644 (file)
@@ -146,7 +146,7 @@ static int ihex_sizeof_headers PARAMS ((bfd *, boolean));
 
 /* The number of bytes we put on one line during output.  */
 
-#define CHUNK (21)
+#define CHUNK 16
 
 /* Macros for converting between hex and binary. */
 
This page took 0.03138 seconds and 4 git commands to generate.