manual picking from ChibiOS migration branch to make my evening a little less depressing

This commit is contained in:
rusefi 2017-03-27 22:59:05 -04:00
parent 21b2316bdc
commit 4387c4e10d
1 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ void resetConfigurationExt(Logging * logger, engine_type_e engineType DECLARE_EN
void applyNonPersistentConfiguration(Logging * logger DECLARE_ENGINE_PARAMETER_S) {
#if EFI_PROD_CODE || defined(__DOXYGEN__)
efiAssertVoid(getRemainingStack(chThdSelf()) > 256, "apply c");
efiAssertVoid(getRemainingStack(chThdGetSelfX()) > 256, "apply c");
scheduleMsg(logger, "applyNonPersistentConfiguration()");
#endif