Fix COMPOSITE_DATA_LENGTH_HALF (#1913)

hardcoded value was the only way i could generate correct dataLength in ini file
This commit is contained in:
shadowm60 2020-10-27 14:22:47 +02:00 committed by GitHub
parent 4b1d123f15
commit 71109a0b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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