FATAL error: lsize mismatch 336/3342 #884

This commit is contained in:
rusefi 2020-07-03 21:38:56 -04:00
parent b6e4972756
commit aa124130bd
1 changed files with 3 additions and 0 deletions

View File

@ -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)