more TS commands

This commit is contained in:
rusefi 2017-07-25 22:00:39 -04:00
parent 1db28d6847
commit 6a3b80f502
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include "engine_configuration.h" #include "engine_configuration.h"
#include "pin_repository.h" #include "pin_repository.h"
#include "efiGpio.h" #include "efiGpio.h"
#include "settings.h"
EXTERN_ENGINE EXTERN_ENGINE
; ;
@ -254,6 +255,10 @@ void runIoTest(int subsystem, int index) {
milBench(); milBench();
} else if (subsystem == 0x17) { } else if (subsystem == 0x17) {
} else if (subsystem == 0x20 && index == 0x3456) { } else if (subsystem == 0x20 && index == 0x3456) {
// call to pit
setCallFromPitStop(30000);
} else if (subsystem == 0x99) {
stopEngine();
} }
} }