2019-02-02 21:50:10 -08:00
|
|
|
/*
|
|
|
|
* @file test_trigger_multi_sync.cpp
|
|
|
|
*
|
|
|
|
* @date Feb 2, 2019
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2019-02-02 21:50:10 -08:00
|
|
|
*/
|
|
|
|
|
2021-08-03 19:05:01 -07:00
|
|
|
#include "pch.h"
|
2019-02-03 18:19:47 -08:00
|
|
|
#include "trigger_mazda.h"
|
2019-02-02 21:50:10 -08:00
|
|
|
|
2022-09-25 15:49:54 -07:00
|
|
|
// TEST(trigger, miataNA) {
|
|
|
|
// TriggerWaveform naShape;
|
|
|
|
// initializeMazdaMiataNaShape(&naShape);
|
|
|
|
// EngineTestHelper eth(FRANKENSO_MIATA_NA6_MAP);
|
|
|
|
// // todo: https://github.com/rusefi/rusefi/issues/679
|
|
|
|
// }
|