Proteus QC build
This commit is contained in:
parent
32621b6327
commit
92958f1959
|
@ -30,9 +30,9 @@ static void shaft_callback(void *arg) {
|
||||||
// do the time sensitive things as early as possible!
|
// do the time sensitive things as early as possible!
|
||||||
efitick_t stamp = getTimeNowNt();
|
efitick_t stamp = getTimeNowNt();
|
||||||
TRIGGER_BAIL_IF_DISABLED
|
TRIGGER_BAIL_IF_DISABLED
|
||||||
#if HW_CHECK_MODE
|
//#if HW_CHECK_MODE
|
||||||
TRIGGER_BAIL_IF_SELF_STIM
|
// TRIGGER_BAIL_IF_SELF_STIM
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
int index = (int)arg;
|
int index = (int)arg;
|
||||||
ioline_t pal_line = shaftLines[index];
|
ioline_t pal_line = shaftLines[index];
|
||||||
|
@ -64,9 +64,9 @@ static void shaft_callback(void *arg) {
|
||||||
static void cam_callback(void *arg) {
|
static void cam_callback(void *arg) {
|
||||||
efitick_t stamp = getTimeNowNt();
|
efitick_t stamp = getTimeNowNt();
|
||||||
TRIGGER_BAIL_IF_DISABLED
|
TRIGGER_BAIL_IF_DISABLED
|
||||||
#if HW_CHECK_MODE
|
//#if HW_CHECK_MODE
|
||||||
TRIGGER_BAIL_IF_SELF_STIM
|
// TRIGGER_BAIL_IF_SELF_STIM
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
int index = (int)arg;
|
int index = (int)arg;
|
||||||
ioline_t pal_line = camLines[index];
|
ioline_t pal_line = camLines[index];
|
||||||
|
|
Loading…
Reference in New Issue