safe pre-merge, reducing chibios3 PR

This commit is contained in:
rusefi 2017-03-30 08:57:49 -04:00
parent 48c25bc6c7
commit 9790a0939d
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ void rpmShaftPositionCallback(trigger_event_e ckpSignalType,
efitick_t nowNt = getTimeNowNt();
engine->m.beforeRpmCb = GET_TIMESTAMP();
#if EFI_PROD_CODE
efiAssertVoid(getRemainingStack(chThdSelf()) > 256, "lowstck#2z");
efiAssertVoid(getRemainingStack(chThdGetSelfX()) > 256, "lowstck#2z");
#endif
#if EFI_SENSOR_CHART || defined(__DOXYGEN__)