From 1a17772eb5ced179b7514c51333cc247b72054eb Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 15 May 2022 15:58:13 -0700 Subject: Significantly wider line size for data downloads. 8.5sec for 16 cores! --- tool/p8bin2uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/p8bin2uart.c b/tool/p8bin2uart.c index 5d5a708..1993ab5 100644 --- a/tool/p8bin2uart.c +++ b/tool/p8bin2uart.c @@ -131,7 +131,7 @@ load(FILE *fp) return v; } -#define MAX_LINE_SIZE 127 +#define MAX_LINE_SIZE 1023 char buf[MAX_LINE_SIZE * 2] = {0}; -- cgit v1.2.3