removing third copy of same values
This commit is contained in:
parent
e6f6c43767
commit
bfc9ebd730
|
@ -40,8 +40,6 @@ WaveChart waveChart;
|
|||
#endif /* EFI_ENGINE_SNIFFER */
|
||||
|
||||
trigger_central_s::trigger_central_s() : hwEventCounters() {
|
||||
static_assert(TRIGGER_TYPE_60_2 == TT_TOOTHED_WHEEL_60_2, "One day we will have one source of this magic constant");
|
||||
static_assert(TRIGGER_TYPE_36_1 == TT_TOOTHED_WHEEL_36_1, "One day we will have one source of this magic constant");
|
||||
}
|
||||
|
||||
TriggerCentral::TriggerCentral() : trigger_central_s() {
|
||||
|
|
|
@ -90,9 +90,6 @@ struct_no_prefix engine_configuration_s
|
|||
|
||||
#define ETB_BIAS_CURVE_LENGTH 8
|
||||
|
||||
#define TRIGGER_TYPE_60_2 8
|
||||
#define TRIGGER_TYPE_36_1 9
|
||||
|
||||
#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