From 49d98e3ed0a247d6eb41fbbba85021d7a8077fe0 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 3 Jul 2020 21:38:56 -0400 Subject: [PATCH] FATAL error: lsize mismatch 336/3342 #884 --- unit_tests/global.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unit_tests/global.h b/unit_tests/global.h index 9a1cca1025..b18640afdc 100644 --- a/unit_tests/global.h +++ b/unit_tests/global.h @@ -18,6 +18,9 @@ typedef uint32_t iomode_t; typedef uint32_t ioportid_t; typedef uint32_t ioportmask_t; +#define DL_OUTPUT_BUFFER 200 +#define INTERMEDIATE_LOGGING_BUFFER_SIZE 100 + // just a stub implementation for unit tests #define EXPECTED_REMAINING_STACK 1 #define getCurrentRemainingStack() (999999)