small step forward? (#4450)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
89ea201526
commit
10c3d5080a
|
@ -1,4 +1,3 @@
|
|||
#define HW_EVENT_TYPES 6
|
||||
|
||||
struct_no_prefix trigger_central_s
|
||||
|
||||
|
|
|
@ -80,6 +80,7 @@ Usages:
|
|||
- name: trigger_central
|
||||
java: TriggerCentral.java
|
||||
folder: controllers/trigger
|
||||
prepend: integration/rusefi_config.txt
|
||||
withCDefines: true
|
||||
|
||||
- name: trigger_state
|
||||
|
|
|
@ -137,6 +137,8 @@ struct_no_prefix engine_configuration_s
|
|||
|
||||
#define ETB_BIAS_CURVE_LENGTH 8
|
||||
|
||||
#define HW_EVENT_TYPES 6
|
||||
|
||||
#define TOOTH_PACKET_COUNT 1000
|
||||
#define TOOTH_PACKET_SIZE 2
|
||||
#define TOOTH_DATA_LENGTH @@TOOTH_PACKET_SIZE@@*@@TOOTH_PACKET_COUNT@@
|
||||
|
|
Loading…
Reference in New Issue