auto-sync
This commit is contained in:
parent
f12c891b19
commit
3f8bf4d333
|
@ -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);
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
echo I am compiling unit tests
|
||||
rm -rf .dep/
|
||||
rm -rf build/
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue