Proteus QC build

This commit is contained in:
rusefi 2021-04-30 13:57:33 -04:00
parent 32621b6327
commit 92958f1959
1 changed files with 6 additions and 6 deletions

View File

@ -30,9 +30,9 @@ static void shaft_callback(void *arg) {
// do the time sensitive things as early as possible!
efitick_t stamp = getTimeNowNt();
TRIGGER_BAIL_IF_DISABLED
#if HW_CHECK_MODE
TRIGGER_BAIL_IF_SELF_STIM
#endif
//#if HW_CHECK_MODE
// TRIGGER_BAIL_IF_SELF_STIM
//#endif
int index = (int)arg;
ioline_t pal_line = shaftLines[index];
@ -64,9 +64,9 @@ static void shaft_callback(void *arg) {
static void cam_callback(void *arg) {
efitick_t stamp = getTimeNowNt();
TRIGGER_BAIL_IF_DISABLED
#if HW_CHECK_MODE
TRIGGER_BAIL_IF_SELF_STIM
#endif
//#if HW_CHECK_MODE
// TRIGGER_BAIL_IF_SELF_STIM
//#endif
int index = (int)arg;
ioline_t pal_line = camLines[index];