auto-sync

This commit is contained in:
rusEfi 2017-02-17 01:01:43 -05:00
parent f12c891b19
commit 3f8bf4d333
2 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,6 @@ void configureFordAspireTriggerShape(TriggerShape * s DECLARE_ENGINE_PARAMETER_S
float x = 121.90;
float y = 110.86;
failstes
s->addEvent2(x + y - 180, T_SECONDARY, TV_RISE PASS_ENGINE_PARAMETER);
s->addEvent2(x, T_SECONDARY, TV_FALL PASS_ENGINE_PARAMETER);
s->addEvent2(x + y, T_SECONDARY, TV_RISE PASS_ENGINE_PARAMETER);

View File

@ -1,3 +1,4 @@
echo I am compiling unit tests
rm -rf .dep/
rm -rf build/
make