safe pre-merge, reducing chibios3 PR
This commit is contained in:
parent
38a42a17ab
commit
fc9cb01759
|
@ -44,7 +44,7 @@ TriggerShape::TriggerShape() :
|
||||||
|
|
||||||
void TriggerShape::calculateTriggerSynchPoint(TriggerState *state DECLARE_ENGINE_PARAMETER_S) {
|
void TriggerShape::calculateTriggerSynchPoint(TriggerState *state DECLARE_ENGINE_PARAMETER_S) {
|
||||||
#if EFI_PROD_CODE || defined(__DOXYGEN__)
|
#if EFI_PROD_CODE || defined(__DOXYGEN__)
|
||||||
efiAssertVoid(getRemainingStack(chThdSelf()) > 256, "calc s");
|
efiAssertVoid(getRemainingStack(chThdGetSelfX()) > 256, "calc s");
|
||||||
#endif
|
#endif
|
||||||
trigger_config_s const*triggerConfig = &engineConfiguration->trigger;
|
trigger_config_s const*triggerConfig = &engineConfiguration->trigger;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue