From 3e8c184eba33ccc756a29cbc257b053753dbc738 Mon Sep 17 00:00:00 2001 From: shadowm60 Date: Tue, 27 Oct 2020 14:22:47 +0200 Subject: [PATCH] Fix COMPOSITE_DATA_LENGTH_HALF (#1913) hardcoded value was the only way i could generate correct dataLength in ini file --- firmware/integration/rusefi_config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index c6808847ad..d5c97b79fa 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -97,7 +97,7 @@ struct_no_prefix engine_configuration_s #define COMPOSITE_PACKET_COUNT 500 #define COMPOSITE_PACKET_SIZE 5 #define COMPOSITE_DATA_LENGTH @@COMPOSITE_PACKET_SIZE@@*@@COMPOSITE_PACKET_COUNT@@ -#define COMPOSITE_DATA_LENGTH_HALF @@COMPOSITE_DATA_LENGTH@@/2 +#define COMPOSITE_DATA_LENGTH_HALF 1250 #define MAP_ANGLE_SIZE 8 #define MAP_WINDOW_SIZE 8