dead code
This commit is contained in:
parent
50e3c6f62a
commit
64fdfba435
|
@ -324,8 +324,6 @@ gap=1.43/0.71
|
|||
|
||||
void configureDodgeStratusTriggerWaveform(TriggerWaveform *s) {
|
||||
s->initialize(FOUR_STROKE_CAM_SENSOR);
|
||||
s->isSynchronizationNeeded = true;
|
||||
|
||||
s->tdcPosition = 150;
|
||||
|
||||
float w = 7;
|
||||
|
@ -581,7 +579,6 @@ void configureChryslerNGC_36_2_2(TriggerWaveform *s) {
|
|||
float wide = 30 * 2;
|
||||
float narrow = 10 * 2;
|
||||
|
||||
s->isSynchronizationNeeded = true;
|
||||
s->setTriggerSynchronizationGap(3.5);
|
||||
for (int i = 1; i < 15; i++) {
|
||||
s->setTriggerSynchronizationGap3(/*gapIndex*/i, TRIGGER_GAP_DEVIATION_LOW, TRIGGER_GAP_DEVIATION_HIGH);
|
||||
|
|
|
@ -169,8 +169,6 @@ void configureHonda_1_4_24(TriggerWaveform *s, bool withOneEventSignal, bool wit
|
|||
void configureHondaCbr600(TriggerWaveform *s) {
|
||||
s->initialize(FOUR_STROKE_CAM_SENSOR);
|
||||
s->useOnlyPrimaryForSync = true;
|
||||
s->isSynchronizationNeeded = true;
|
||||
|
||||
s->setTriggerSynchronizationGap(6);
|
||||
|
||||
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
void configureFiatIAQ_P8(TriggerWaveform * s) {
|
||||
s->initialize(FOUR_STROKE_CAM_SENSOR);
|
||||
|
||||
s->isSynchronizationNeeded = true;
|
||||
|
||||
|
||||
int width = 60;
|
||||
s->tdcPosition = width;
|
||||
|
||||
|
@ -51,8 +48,6 @@ void configureFordST170(TriggerWaveform * s) {
|
|||
void configureDaihatsu4(TriggerWaveform * s) {
|
||||
s->initialize(FOUR_STROKE_CAM_SENSOR);
|
||||
|
||||
s->isSynchronizationNeeded = true;
|
||||
|
||||
int width = 10;
|
||||
|
||||
s->setTriggerSynchronizationGap(0.125);
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
static void initializeNissanSR20VE_4_optional_360(TriggerWaveform *s, bool with2nd) {
|
||||
s->initialize(FOUR_STROKE_CAM_SENSOR);
|
||||
s->isSynchronizationNeeded = true;
|
||||
s->gapBothDirections = true;
|
||||
s->useOnlyPrimaryForSync = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue